Optimisations

This commit is contained in:
alpine9000
2016-03-30 19:18:15 +11:00
parent 9aa9c2cf56
commit e5e8d2c5ef
6 changed files with 31 additions and 10 deletions
+3 -3
View File
@@ -64,7 +64,7 @@ DrawChar8:
add.l #1,d5 ; while we have a weird font image, '!' starts on second line
move.l a5,a1 ; #font
if 0
if 1
mulu.w d3,d5 ; d5 *= #FONTMAP_WIDTH_BYTES*SCREEN_BIT_DEPTH*FONT_HEIGHT
else
move.w d5,d3
@@ -145,6 +145,6 @@ DrawChar8:
rts
font:
incbin "out/font8x10.bin"
incbin "out/font8x8.bin"
fontMask:
incbin "out/font8x10-mask.bin"
incbin "out/font8x8-mask.bin"