TomCh

Results 783 comments of TomCh

>Extra modes on EVE are described in the manual, pages 117 to 119: https://mirrors.apple2.org.za/Apple%20II%20Documentation%20Project/Interface%20Cards/Apple%20IIe/Le%20chat%20mauve%20Eve/Manuals/ Color TEXT mode is enabled with $C0B9 All extra HGR modes are enabled with the described...

Sounds good. btw, the specific cmd line "-s3 empty" currently does nothing - I'll get this fixed soon. (But the other "-sN empty" switches do work though!)

Remaining things to do for this issue: - support $C0Bx I/O registers for LCM-EVE card NB. Uthernet card (in slot-3) also uses $C0Bx I/O regs. Even though the cmd line...

FYI, there's a new release of AppleWin 1.29.15.0 containing this update: [here](https://github.com/AppleWin/AppleWin/releases/tag/v1.29.15.0) with lots of RGB card support from @fenarinarsa. But I'm leaving this open as there's still some extra...

@audetto wrote: I think it would be really useful. When I wrote the libretro core, I did not have any better options than to try both https://github.com/audetto/AppleWin/blob/master/source/frontends/libretro/game.cpp#L29 Moreover in the...

Hi Nick - I've redone the branch with your 2 commits.

What are the failure codes you get? In `mb-audit` there is a test (`T6522_B`) with a big gap (~$9000 cycles) between reads of the 6522 timer. https://github.com/tomcw/mb-audit/blob/0c02f0e7f3e437c1aa62c7d80bdf4c80c4d4aa9e/chip-6522.a#L1695 But I know...

Well the `?` just means that a 6522 was detected at either $00 or $80... but `mb-audit` was unable to match what it detected to any of the known cards....

Debugger_Display.cpp has always been big, eg. ~4000 lines. Would splitting out the new heatmap code into a new Debugger_Heatmap.cpp make sense?

Hi @fenarinarsa, Some of us from the AppleWin team have been discussing this offline. We really like your enthusiasm for working on this feature, so please continue to develop it...