Chris Torrence
Chris Torrence
[King's Quest (woz-a-day collection).zip](https://github.com/ct6502/apple2ts/files/14213687/King.s.Quest.woz-a-day.collection.zip) Uncompress zip, insert King's Quest disk A into floppy, then boot. Hangs at "Please wait..." screen. Debugger shows that it's oscillating between PC=0xFFFF and 0x0. ![Screenshot...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug** If I enable saving the disk data with 32Mb disk images for "snapshots", then it slows down the emulator to < 1 MHz. Code is in `drivestate.ts`
From qkumba: MAME also has "on breakpoint hit, perform these actions", which is nice because it includes "and resume without interaction". Then I can transparently change register values when an...
**Describe the bug** Browser console log reports an out-of-memory condition. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....'...
Would be nice to be able to drop .bas or .s files onto the emulator window. If the suffix was different maybe it could just detect the language. For BASIC...
Suggested by Cedric Beust on slack (and implemented in his emulator). Watch binary files (and also maybe woz, basic, or assembly files). If the file changes, reload in the emulator....
How would this work in terms of moving backwards/forwards in time? Normally you would want to jump back a full time travel step...
from @cogburnd02 on Discord: When you output mousetext characters (say, the folder image composed of two mousetext characters) to the text screen (there are instructions for doing this in the...
From Butch: One thing I wanted to suggest was that when you hover over a ROM location, could you display the names of well-known ROM entry points? For example, if...