ds: fix glitch before reading

was because I disabled TEXT
This commit is contained in:
Vince Weaver 2019-11-07 22:51:55 -05:00
parent fed525de8e
commit 58a5a1707b
3 changed files with 10 additions and 11 deletions

View File

@ -1,4 +1,7 @@
TODO if time:
+ Don't re-vapor lock between first two scenes.
Avoid glitch in audio
+ when engines start, have only part of screen go lighter
+ memcpy() last frame in before star frame
+ better star animation (more frames?)

View File

@ -46,22 +46,12 @@ demosplash2019:
bit FULLGR
bit KEYRESET
;===========================
; Setup pages (is this necessary?)
;===========================
; lda #0
; sta DRAW_PAGE
; lda #1
; sta DISP_PAGE
;===========================
; apple II intro
;============================
jsr appleII_intro
;===========================
; missing scene
;===========================

View File

@ -11,7 +11,13 @@ end_book:
; init screen
; jsr TEXT
; jsr HOME
bit KEYRESET
; bit KEYRESET
bit PAGE0
bit SET_TEXT
lda #' '+$80
sta clear_all_color+1
jsr gr_clear_all
;===================
; init vars