ootw: seems to not be crashing anymore???

This commit is contained in:
Vince Weaver 2021-05-03 12:03:10 -04:00
parent 77c303890f
commit ef3c30c42f
1 changed files with 11 additions and 0 deletions

View File

@ -23,6 +23,17 @@
;============================
ootw_c15:
; blast out zero page trying to find bugs where assume
; init to ff or 0
; lda #$5a
;loopy:
; ldx #0
; sta $0,X
; inx
; bne loopy
; Initializing when entering level for first time