summaryrefslogtreecommitdiff
path: root/ports.asm
diff options
context:
space:
mode:
authorAstrid Smith2011-06-24 02:51:22 -0700
committerAstrid Smith2011-06-24 02:51:22 -0700
commit5b2b037bc230953d9280a013c69d3d32af1d7152 (patch)
treecf12bac077202f918ce6659ac738387667dc89bf /ports.asm
parenta9bbe01ed90df9f744c1a0e308090b6d145ff1bf (diff)
HOLY CRAP IT PRINTED A STRING
Diffstat (limited to 'ports.asm')
-rw-r--r--ports.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports.asm b/ports.asm
index c7b43e4..1a6b47e 100644
--- a/ports.asm
+++ b/ports.asm
@@ -271,11 +271,11 @@ lut_ports_in:
port_out:
andi.w #$ff,d0
+ ;; This is the fastest way to shift left 2 bits. :S
add.w d0,d0
add.w d0,d0
movea.l lut_ports_out(pc,d0.w),a0
jmp (a0)
- rts
lut_ports_out:
dc.l port_out_00