More reset vector fixes

This commit is contained in:
Frank M 2019-12-17 21:39:06 -08:00
parent d914b4f4bb
commit 6571bc047a
4 changed files with 19 additions and 0 deletions

8
src/prelaunch/conan.a Normal file → Executable file
View File

@ -32,6 +32,14 @@
sta $1b4e sta $1b4e
;;sta $a973 ;;sta $a973
+ +
lda #0
sta $3f2
lda #1
sta $3f3
lda #$A4
sta $3f4 ; reset vector patch
; (only works after title music)
+DISABLE_ACCEL +DISABLE_ACCEL
jmp $6ba5 jmp $6ba5

3
src/prelaunch/mario.bros.a Normal file → Executable file
View File

@ -17,6 +17,9 @@
lda #$a9 lda #$a9
sta $4299 sta $4299
+ +
lda #1
sta $402F ; reset vector patch
+DISABLE_ACCEL +DISABLE_ACCEL
jmp $4000 jmp $4000

5
src/prelaunch/mr.robot.a Normal file → Executable file
View File

@ -18,6 +18,11 @@
sta $777C ; patch - don't decrease lives sta $777C ; patch - don't decrease lives
sta $78C5 ; patch - don't increase lives sta $78C5 ; patch - don't increase lives
+ +
lda #$EA
sta $13D9
sta $13DA
sta $13DB ; reset vector patch
jmp $7600 jmp $7600
!if * > $1C0 { !if * > $1C0 {

3
src/prelaunch/xevious.a Normal file → Executable file
View File

@ -33,6 +33,9 @@ patch2
sta $750D ; patch - don't increase lives sta $750D ; patch - don't increase lives
sta $894F ; patch - don't increase lives sta $894F ; patch - don't increase lives
+ +
inc $3F4 ; reboot on control-reset
; (only works after title screen)
jmp $0600 jmp $0600
!if * > $1C0 { !if * > $1C0 {