summaryrefslogtreecommitdiff
path: root/ports.asm
diff options
context:
space:
mode:
authorDuncan Smith2010-06-19 08:22:20 -0700
committerDuncan Smith2010-06-19 08:22:20 -0700
commitfae04a1922c7d6a448a6d92a5db1b05c80f57abd (patch)
tree99fa4bd860dcffefc63e77026b1eefbb7595e04f /ports.asm
parent5cc11658c53a096d91be4b2c9deea582e9d79c38 (diff)
Changes from Lionel
Diffstat (limited to 'ports.asm')
-rw-r--r--ports.asm12
1 files changed, 7 insertions, 5 deletions
diff --git a/ports.asm b/ports.asm
index 0ab428c..2eeec3a 100644
--- a/ports.asm
+++ b/ports.asm
@@ -572,14 +572,16 @@ port_in_10:
or.b p10_busy(pc),d1
rts
-p10_increment: ds.b 0 ; $01 if in row mode
+p10_increment: dc.b 0 ; $01 if in row mode
; $00 if in column mode
-p10_row: ds.b 0 ; $02 if in increment mode
+p10_row: dc.b 0 ; $02 if in increment mode
; $00 if in decrement mode
-p10_enabled: ds.b 0 ; $20 if screen is blanked
-p10_6bit: ds.b 0 ; $40 if in 8 bit mode, $00 if in 6
+p10_enabled: dc.b 0 ; $20 if screen is blanked
+p10_6bit: dc.b 0 ; $40 if in 8 bit mode, $00 if in 6
; bit mode
-p10_busy: ds.b 0 ; always 0
+p10_busy: dc.b 0 ; always 0
+
+ EVEN
port_out_10:
;; LCD command