summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index ddeb8e4..61fe95d 100644
--- a/main.asm
+++ b/main.asm
@@ -66,8 +66,8 @@ emu_setup:
lea flag_storage,a3
move.w #$4000,d1
bsr deref
- move a0,a6
- move a0,a4
+ move.l a0,a6
+ move.l a0,a4
rts