mirror of
https://github.com/jscrane/Apple1.git
synced 2025-08-10 10:25:13 +00:00
...
This commit is contained in:
3
TODO.md
3
TODO.md
@@ -0,0 +1,3 @@
|
||||
- more PIA: check out vice
|
||||
- Krusader: getting-started app doesn't work (think it's because don't
|
||||
have 32k of RAM: branch targets aren't being computed properly)
|
||||
|
@@ -98,6 +98,9 @@ void loop() {
|
||||
if (filename)
|
||||
restore(io.tape, PROGRAMS, filename);
|
||||
break;
|
||||
case PS2_F8:
|
||||
cpu.debug();
|
||||
break;
|
||||
default:
|
||||
io.up(key);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user