summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-06-21 13:02:22 -0700
committerAstrid Smith2010-06-21 13:02:22 -0700
commite1b749973d6eecbe634c131ffeb22e2273ab32b1 (patch)
tree6c6712a21d915d1abcc089d0c636334564e96b7d /main.asm
parent04658aaf0590e3a60a84bb0fb906772cd83f1955 (diff)
First version to branch into the emulator core
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index ffdeb21..e7928a8 100644
--- a/main.asm
+++ b/main.asm
@@ -52,6 +52,7 @@
__main:
movem.l d0-d7/a0-a6,-(sp)
bsr emu_setup
+ lea emu_plain_op,a5
bsr emu_run
movem.l (sp)+,d0-d7/a0-a6
rts
@@ -83,7 +84,7 @@ emu_setup:
move.l a0,ref_3
movea emu_plain_op,a5
- lea emu_run(pc),a2
+ lea emu_run,a2
rts