summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorDuncan Smith2010-06-21 13:02:22 -0700
committerDuncan Smith2010-06-21 13:02:22 -0700
commit22257ee7157ea898483daf29ac8b3e94703d7098 (patch)
tree06262eee93e5446b3a2abfdc269ff27716db0b19 /main.asm
parent9596670d0c404f8c88e99ef9bb4dbc2d3243f8be (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 e307d8d..5cf344e 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