diff options
| author | Astrid Smith | 2010-12-27 22:36:40 -0800 |
|---|---|---|
| committer | Astrid Smith | 2010-12-27 22:42:51 -0800 |
| commit | abad5b6d636a86e4b4ef961bca1882220677184f (patch) | |
| tree | 3e21ec23d6aa28796a4f4761c801b71e4b8a681a /main.asm | |
| parent | de07c52c8de221212d40283839fd4f027d2666e6 (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 |
