summaryrefslogtreecommitdiff
path: root/ports.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-06-19 11:49:20 -0700
committerAstrid Smith2010-06-19 11:49:20 -0700
commitd0e04c7b2a336bb9372e7fc460d5a3dafa4299a2 (patch)
tree47b31a8922639b971c99e40ee23d5d50819ea518 /ports.asm
parent576e73dc1078bad98a4d84d1393b636bc3cf51ef (diff)
Added stub port 11 output
Diffstat (limited to 'ports.asm')
-rw-r--r--ports.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports.asm b/ports.asm
index 6958e3c..2368d54 100644
--- a/ports.asm
+++ b/ports.asm
@@ -664,8 +664,14 @@ port_out_10_set_row:
port_in_11:
;; LCD data
+ move.b LCD_MEM,d1
+ rts
+
port_out_11:
;; LCD data
+ move.b d1,LCD_MEM
+ rts
+
port_in_12:
port_out_12:
port_in_13: