fix Little Brick Out

This commit is contained in:
Peter Ferrie 2024-06-13 17:52:15 -07:00
parent c3bba51240
commit 2625f8948f
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
+NEW_RESET_VECTOR reset
lda #$60
sta $3046
sta $3048
jsr $3000 ; decompress
lda #<(reset / 100) + '0'
sta $2253