mirror of
https://github.com/robmcmullen/asmgen.git
synced 2024-12-04 22:50:00 +00:00
Added comparison of fast draw and slow draw of fonts
This commit is contained in:
parent
25610af2b4
commit
e04491e324
6
cpbg.s
6
cpbg.s
@ -100,8 +100,12 @@ initsprites
|
||||
initbackground
|
||||
jsr filltext
|
||||
jsr pageflip
|
||||
bit TXTPAGE1
|
||||
jsr copytexthgr
|
||||
jsr copytexthgrslow
|
||||
jsr copytexthgr
|
||||
jsr copytexthgrslow
|
||||
jsr copytexthgr
|
||||
jsr clrscr
|
||||
jsr pageflip
|
||||
jsr copytexthgr
|
||||
rts
|
||||
|
BIN
multitest.dsk
BIN
multitest.dsk
Binary file not shown.
Loading…
Reference in New Issue
Block a user