mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-04 04:30:18 +00:00
ootw: fix glitch in ending on real hardware caused by uninit zero page value
This commit is contained in:
parent
631cf0bfd1
commit
217a422ab7
@ -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
|
||||
|
||||
#####
|
||||
|
@ -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.
Loading…
x
Reference in New Issue
Block a user