This commit is contained in:
Stephen Crane 2014-11-18 19:52:41 +00:00
parent 22834ff9d7
commit 01addacdb3
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -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;