TomCh

Results 616 comments of TomCh

Triage: Neither is a regression - I see the same behaviour in AppleWin 1.25.0.4. 1. "Device=Disabled" only controls the emulated Speaker, and has never affected the MB/Phasor sound cards. Probably...

>2. Playback of AY8910 tunes (eg. Cybernoid) plays at half? speed. I can't reproduce this 2nd-ary issue with AppleWin 1.29.16.0. But the first issue is still present.

There are a few other places with a bit of IIc support: https://github.com/AppleWin/AppleWin/search?q=IS_APPLE2C (Hmm... that search missed out lines 653 & 2369!) But basically there is not really any IIc...

re. that A2E ROM - split it into 16KiB halves, and you'll see it's identical from 0x1000..0x3FFF. Then for 0x0000..0x0FFF this is: - either with slot ROMs enabled (eg. $C200...

There's a MAME zip with all the IIc ROM's (including a 16K IIc ROM) [here](https://archive.org/download/MAME223RomsOnlyMerged/apple2c.zip). Then with this AppleWin patch: [a2c.txt](https://github.com/AppleWin/AppleWin/files/6542052/a2c.txt) (*) And this command line: `applewin.exe -model apple2c -rom...

Semi-random thought: you could add a GDB (or lldb) server to AppleWin.

My interest is from a auto testing AppleWin POV. Eg. from RESET, set a breakpoint (BP), then boot the Apple II. On hitting the BP (or a timeout), then compare...

>We need to initialize the debugger after memory and video. Probably safe to move it to the end of the function? I've spun this out to #855.

>Do you have any more details on how we can interface with gdb No, I've never looked. It'd be interesting to do some investigation, but currently it's not near the...

@bbbradsmith - if you have reproducible steps for this issue, then please let me know.