tweak Formula 1 Racer reset

This commit is contained in:
frankmilliron 2022-12-20 11:24:57 -08:00 committed by GitHub
parent 535e446e11
commit e6f419b479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,10 @@
sta $818
jsr $800
lda #1
sta $71D4 ; reset vector patch
lda #$2C ; reset vector patch
sta $71D0
stx $71D5
sta $71DA
+DISABLE_ACCEL
jmp $7000