summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorDuncan Smith2010-09-07 19:22:41 -0700
committerDuncan Smith2010-09-07 19:22:41 -0700
commitec39c7c32f2e7ee6678283a61e51b2688bae9163 (patch)
tree5c5eece8df6ba9b2887340ce342d2ae9dd351858 /main.asm
parentdbe094eeae873ff5788b99d8a9c763df963d3a30 (diff)
Fixed the last movea that wasn't size-suffixed
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 46b6e98..8c93f9c 100644
--- a/main.asm
+++ b/main.asm
@@ -61,7 +61,7 @@ __main:
include "alu.asm"
emu_setup:
- movea emu_plain_op,a5
+ movea.l emu_plain_op,a5
lea emu_run,a2
lea flag_storage,a3
move.w #$4000,d1