mirror of
https://github.com/jscrane/Apple1.git
synced 2024-10-31 12:05:16 +00:00
...
This commit is contained in:
parent
22834ff9d7
commit
01addacdb3
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)
|
if (filename)
|
||||||
restore(io.tape, PROGRAMS, filename);
|
restore(io.tape, PROGRAMS, filename);
|
||||||
break;
|
break;
|
||||||
|
case PS2_F8:
|
||||||
|
cpu.debug();
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
io.up(key);
|
io.up(key);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user