diff options
| author | Astrid Smith | 2010-06-19 11:49:20 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-06-19 11:49:20 -0700 |
| commit | d0e04c7b2a336bb9372e7fc460d5a3dafa4299a2 (patch) | |
| tree | 47b31a8922639b971c99e40ee23d5d50819ea518 /ports.asm | |
| parent | 576e73dc1078bad98a4d84d1393b636bc3cf51ef (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: |
