fix Pac-Man reset vector (#221)

$100 eventually gets overwritten
This commit is contained in:
frankmilliron 2020-05-23 13:54:30 -07:00 committed by GitHub
parent e473a430d9
commit 39552a8d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,15 @@
!source "src/prelaunch/common.a"
+USES_TEXT_PAGE_2
+NEW_RESET_VECTOR $280
+ENABLE_ACCEL
lda #$60
sta $813
jsr $800 ; decompress
lda #0
lda #$80
sta $103F
lda #1
lda #2
sta $104A ; reset vector patch
+READ_RAM2_NO_WRITE