diff options
| author | Duncan Smith | 2010-06-21 13:02:22 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-06-21 13:02:22 -0700 |
| commit | 22257ee7157ea898483daf29ac8b3e94703d7098 (patch) | |
| tree | 06262eee93e5446b3a2abfdc269ff27716db0b19 | |
| parent | 9596670d0c404f8c88e99ef9bb4dbc2d3243f8be (diff) | |
First version to branch into the emulator core
| -rw-r--r-- | main.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
