From 01addacdb34c17bcdb5119e2f34970675a9e7003 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Tue, 18 Nov 2014 19:52:41 +0000 Subject: [PATCH] ... --- TODO.md | 3 +++ apple1.ino | 3 +++ 2 files changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index e69de29..f73d875 100644 --- a/TODO.md +++ b/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) diff --git a/apple1.ino b/apple1.ino index acd3567..16e1619 100644 --- a/apple1.ino +++ b/apple1.ino @@ -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;