TomCh
TomCh
The Slack discussion centred on the "~30% chance of a 1 bit" when the head window has a run of 4 zero-bits. Epple-II used 50%... when this was reduced to...
After the intro, it hits $BC56. (Full routine from $BC56-BCF6) On Slack, Antoine says: >That code at $BC56 reads T3 (4*4nibbles) and decyphers it. There is a nice (and useful)...
On Slack, Antoine identified this code as "The faulty code" : ``` b92f lda c08c,x bpl b92f cmp #$de beq b99e / exitOK pha pla lda c08c,x b93d cmp #8...
Only do "50% chance of 1 bit" if `fishiesFix == true` (otherwise stick to 30% chance): `bool fishiesFix = (addr == 0xc0ec && (pc == 0xb93d || pc == 0xb999));`...
For a normal nibblized sector: - address & data field epilogues are: DE AA EB Just looking at track $00: [Fishies-T00.txt](https://github.com/AppleWin/AppleWin/files/4496697/Fishies-T00.txt) - all addr epilogues are: AF(2) or AF(+) -...
I'm at a bit of a loss with this woz image. Here are a few random thoughts... Just because an original Fishies disk boots on real hardware doesn't tell us...
On 10/1/2019, Michael emailed saying: >I'm good with getting 1.28 out the door with your latest .exe. >The danger with any discussion is degenerating into bike shedding. We can always...
FTR, video modes currently looks like this (at the head of master, after 1.29.14.0): const char *g_apVideoModeDesc[ NUM_VIDEO_MODES ] = { "Monochrome (Custom)" , "Color (Composite Idealized)" , "Color (RGB...
So should the `50Hz video` checkbox also render the TEXT without the colour fringing, for 'Color (NTSC Monitor)'... effectively making it 'Color (PAL Monitor)'? btw. 'Color (RGB Monitor)' already renders...
>that's actually the behavior of NTSC monitors that can't disable chroma decoding during a frame. On 01/10/2018, MJ Mahon comments on this here: https://groups.google.com/d/msg/comp.sys.apple2/gNa-899NL7E/poUOZW8NAgAJ >Most analog monitors will take many...