clear Mario Bros. high-score table

This commit is contained in:
Peter Ferrie 2022-04-26 17:32:33 -07:00
parent 907788821c
commit bf3f4dd4ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2019-2020 by qkumba/Frank M.
;(c) 2019-2020, 2022 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH.INDEXED/MB",plain
@ -9,7 +9,7 @@
+ENABLE_ACCEL
lda #$60
sta $8240
sta $822E
jsr $4900 ; decompress
+GET_MACHINE_STATUS
and #CHEATS_ENABLED