megademo: c64_opener looks nice

This commit is contained in:
Vince Weaver 2018-10-21 00:43:12 -04:00
parent 701e785279
commit 6fa62ea251
3 changed files with 8 additions and 4 deletions

View File

@ -19,6 +19,7 @@
30009 -- starring people but with LG removed for now
28217 -- optimize the erase routine in waterfall
28097 -- move takeoff graphics to megademo
28594 -- c64 opener actually works
Graphics sizes:
(LG lores=300B)

View File

@ -58,18 +58,21 @@ c64_opener:
; 5070+4550 = 9620
; -16
; -3
; +1 to get things aligned?
; -9298
; =======
; 303
; 304
jsr gr_copy_to_current ; 6+ 9292
; Try X=29 Y=2 cycles=303
; Try X=18 Y=100 cycles=9601
; Try X=59 Y=1 cycles=302 R2
ldy #2 ; 2
loopcoA:ldx #29 ; 2
nop
ldy #1 ; 2
loopcoA:ldx #59 ; 2
loopcoB:dex ; 2
bne loopcoB ; 2nt/3
dey ; 2

Binary file not shown.