diff options
| author | Duncan Smith | 2010-12-27 22:36:40 -0800 |
|---|---|---|
| committer | Duncan Smith | 2010-12-27 22:42:51 -0800 |
| commit | 230532164770650c105199a6da7bb178d3627b35 (patch) | |
| tree | 02b447ec4f6019dc500aa48e0ac0ac5b58f1472b /main.asm | |
| parent | ffd2a82196893869ccf739d7492e2535f41f9d3d (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.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ __main: bsr emu_setup lea emu_plain_op,a5 + + ;; ... aaaaand we're off! bsr emu_run bsr emu_teardown |
