summaryrefslogtreecommitdiff
path: root/ports.asm
diff options
context:
space:
mode:
authorDuncan Smith2010-06-19 11:49:20 -0700
committerDuncan Smith2010-06-19 11:49:20 -0700
commit3f149073569000810aa33163122eac8d98a93236 (patch)
treed51cc2531cb930979b2500003a6ade9bb47c3e50 /ports.asm
parent135edb48d254eef5fc6899b36c6e7ceab3ba8d18 (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: