disagle keypress check during Wargle title screen (#477)

This commit is contained in:
frankmilliron 2022-05-28 17:08:12 -07:00 committed by GitHub
parent 02c058e431
commit 0f12d11538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ main
sta $B748
lda #>callback1
sta $B749
lda #$D0
sta $D85A ; disable keypress check
jmp $B700
callback1