summaryrefslogtreecommitdiff
path: root/ports.asm
diff options
context:
space:
mode:
authorDuncan Smith2010-06-20 22:44:04 -0700
committerDuncan Smith2010-06-20 22:44:04 -0700
commitc79896a0c665fdf76f356c21f14a8f7701a73070 (patch)
tree24cd98be19193860f76f3e54272dc5b3cf58dd05 /ports.asm
parent491a092053cf6c88ee468f2aa8ffc71e1e71a8dd (diff)
Push is negative, not positive ...
Diffstat (limited to 'ports.asm')
-rw-r--r--ports.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports.asm b/ports.asm
index 32a4a94..b2587aa 100644
--- a/ports.asm
+++ b/ports.asm
@@ -669,7 +669,7 @@ port_in_11:
port_out_11:
;; LCD data
- move.b d1,(a7)+
+ move.b d1,-(a7)
bra video_write
port_in_12: