mode7: update fast clear routines

This commit is contained in:
Vince Weaver 2017-12-31 15:22:38 -05:00
parent 6af85a9533
commit f0ef7095d7
4 changed files with 8 additions and 4 deletions

View File

@ -22,7 +22,7 @@ MODE7_DEMO: mode7_demo.o
mode7_demo.o: mode7_demo.s mode7_demo_backgrounds.inc \
a2.scrolltext deater.scrolltext \
../asm_routines/gr_unrle.s \
../asm_routines/hlin_clearscreen.s \
../asm_routines/gr_fast_clear.s \
../asm_routines/gr_setpage.s \
../asm_routines/gr_fade.s \
../asm_routines/gr_copy.s \

View File

@ -167,12 +167,14 @@ title_routine:
;===============================================
.include "../asm_routines/gr_unrle.s"
.include "../asm_routines/hlin_clearscreen.s"
.include "../asm_routines/gr_fast_clear.s"
.include "../asm_routines/gr_hlin.s"
.include "../asm_routines/gr_setpage.s"
.include "../asm_routines/pageflip.s"
.include "../asm_routines/gr_fade.s"
.include "../asm_routines/gr_copy.s"
.include "../asm_routines/gr_scroll.s"
.include "../asm_routines/gr_offsets.s"
.include "mode7.s"

View File

@ -59,7 +59,7 @@ tfv.o: tfv.s \
tfv_textentry.s tfv_worldmap.s \
tfv_backgrounds.inc tfv_sprites.inc tfv_zp.inc \
../asm_routines/multiply_fast.s \
../asm_routines/hlin_clearscreen.s \
../asm_routines/gr_fast_clear.s \
../asm_routines/pageflip.s \
../asm_routines/gr_setpage.s \
../asm_routines/keypress.s \

View File

@ -90,7 +90,8 @@ exit:
.include "tfv_worldmap.s"
.include "tfv_info.s"
.include "../asm_routines/hlin_clearscreen.s"
.include "../asm_routines/gr_fast_clear.s"
.include "../asm_routines/gr_hlin.s"
.include "../asm_routines/pageflip.s"
.include "../asm_routines/gr_setpage.s"
.include "../asm_routines/keypress.s"
@ -100,6 +101,7 @@ exit:
.include "../asm_routines/gr_vlin.s"
.include "../asm_routines/gr_copy.s"
.include "../asm_routines/gr_unrle.s"
.include "../asm_routines/gr_offsets.s"
;===============================================
; Variables