summaryrefslogtreecommitdiff
path: root/ports.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-07-03 21:30:14 -0700
committerAstrid Smith2010-07-03 21:30:14 -0700
commit70d0b5e32c6b9d7685a18e153504cfd88ba0f420 (patch)
treefd90c61dd77026d1c10e0ee1de2c7edc2cb1391e /ports.asm
parent3f191892ed3dd8a9f8ad81cb039468d3ef2aa172 (diff)
Now it compiles properly. Still doesn't seem to run without address error, though.
Diffstat (limited to 'ports.asm')
-rw-r--r--ports.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports.asm b/ports.asm
index ddc0bef..5834ae5 100644
--- a/ports.asm
+++ b/ports.asm
@@ -543,7 +543,7 @@ port_out_04:
SAVEREG
move.b d1,-(a7)
jsr bankswap_b_write
- addq 2,a7
+ addq #2,a7
RESTREG
rts
@@ -555,7 +555,7 @@ port_out_06:
SAVEREG
move.b d1,-(a7)
jsr bankswap_a_write
- addq 2,a7
+ addq #2,a7
RESTREG
rts