summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorDuncan Smith2010-12-27 22:36:40 -0800
committerDuncan Smith2010-12-27 22:42:51 -0800
commit230532164770650c105199a6da7bb178d3627b35 (patch)
tree02b447ec4f6019dc500aa48e0ac0ac5b58f1472b /main.asm
parentffd2a82196893869ccf739d7492e2535f41f9d3d (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 8ea0357..38b0e97 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