Added comparison of fast draw and slow draw of fonts

This commit is contained in:
Rob McMullen 2017-07-05 07:26:31 -07:00
parent 25610af2b4
commit e04491e324
2 changed files with 5 additions and 1 deletions

6
cpbg.s
View File

@ -100,8 +100,12 @@ initsprites
initbackground initbackground
jsr filltext jsr filltext
jsr pageflip jsr pageflip
bit TXTPAGE1
jsr copytexthgr
jsr copytexthgrslow
jsr copytexthgr
jsr copytexthgrslow
jsr copytexthgr jsr copytexthgr
jsr clrscr
jsr pageflip jsr pageflip
jsr copytexthgr jsr copytexthgr
rts rts

Binary file not shown.