From c79896a0c665fdf76f356c21f14a8f7701a73070 Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Sun, 20 Jun 2010 22:44:04 -0700 Subject: Push is negative, not positive ... --- ports.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports.asm') 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: -- cgit v1.2.3