ootw: fix glitch in ending on real hardware caused by uninit zero page value

This commit is contained in:
Vince Weaver 2021-04-19 13:59:05 -04:00
parent 631cf0bfd1
commit 217a422ab7
3 changed files with 8 additions and 10 deletions

View File

@ -168,7 +168,7 @@ HELLO2: hello2.bas
#####
zip: ootw.dsk ootw_side2.dsk side3.dsk
zip: ootw.dsk ootw_side2.dsk ootw_side3.dsk
zip ootw.zip ootw.dsk ootw_side2.dsk ootw_side3.dsk
#####

View File

@ -78,16 +78,14 @@ repeat_ending:
bit FULLGR
bit KEYRESET
;=================================
; Setup pages (is this necessary?)
;=================================
; lda #0
; sta DRAW_PAGE
; lda #1
; sta DISP_PAGE
;============
; Setup pages
;============
lda #0
sta DRAW_PAGE
lda #4
sta DISP_PAGE
;============
; start music

Binary file not shown.