diff options
| author | Duncan Smith | 2010-06-19 11:49:20 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-06-19 11:49:20 -0700 |
| commit | 3f149073569000810aa33163122eac8d98a93236 (patch) | |
| tree | d51cc2531cb930979b2500003a6ade9bb47c3e50 /ports.asm | |
| parent | 135edb48d254eef5fc6899b36c6e7ceab3ba8d18 (diff) | |
Added stub port 11 output
Diffstat (limited to 'ports.asm')
| -rw-r--r-- | ports.asm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |
