mist: make title screen linger a bit longer

This commit is contained in:
Vince Weaver 2020-07-20 00:18:24 -04:00
parent a886d51804
commit e3a05e070a
1 changed files with 7 additions and 4 deletions

View File

@ -86,10 +86,6 @@ blah:
no_language_card:
lda #8
jsr wait_a_bit
;===================================
; Setup Mockingboard
;===================================
@ -147,6 +143,13 @@ done_setup_sound:
; SKIP: cyan logo (with cyan theme)
; wait a bit at MYST screen
lda #50
jsr wait_a_bit
;===================
; init screen
;===================