summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstrid Smith2010-06-20 22:44:04 -0700
committerAstrid Smith2010-06-20 22:44:04 -0700
commitedbcb842f05ef51b53449d098461222daf2bd38a (patch)
tree154805f944e187397e2fe4cf87f341e43b5f1bee
parentbf6b6eb1ae9b3c61773687854828499c118530a4 (diff)
Push is negative, not positive ...
-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: