From abad5b6d636a86e4b4ef961bca1882220677184f Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Mon, 27 Dec 2010 22:36:40 -0800 Subject: Cleaned up interrupt routine, now it works properly. Perhaps this is slower than necessary, particularly when interrupts are disabled. --- main.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 6357653..f9b108d 100644 --- a/main.asm +++ b/main.asm @@ -53,6 +53,8 @@ __main: bsr emu_setup lea emu_plain_op,a5 + + ;; ... aaaaand we're off! bsr emu_run bsr emu_teardown -- cgit v1.2.3