appletoo
appletoo copied to clipboard
An Apple II emulator in JavaScript
We're passing keyboard input to the emulator without modification. I think we need to change the key code based on if control, shift, etc are pressed.
Otherwise we can't load files larger than main memory. There's preliminary work on this in `disktoo.js`
Probably because the text display mode isn't working quite right? Steps to reproduce: 1. Load a ROM. 2. Set PC to `0xFF69` 3. You'll get a prompt that's almost but...