summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-12-27 22:36:40 -0800
committerAstrid Smith2010-12-27 22:42:51 -0800
commitabad5b6d636a86e4b4ef961bca1882220677184f (patch)
tree3e21ec23d6aa28796a4f4761c801b71e4b8a681a /main.asm
parentde07c52c8de221212d40283839fd4f027d2666e6 (diff)
Cleaned up interrupt routine, now it works properly.
Perhaps this is slower than necessary, particularly when interrupts are disabled.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 2 insertions, 0 deletions
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