mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-21 17:31:08 +00:00
More reset vector fixes
This commit is contained in:
parent
d914b4f4bb
commit
6571bc047a
8
src/prelaunch/conan.a
Normal file → Executable file
8
src/prelaunch/conan.a
Normal file → Executable file
@ -32,6 +32,14 @@
|
||||
sta $1b4e
|
||||
;;sta $a973
|
||||
+
|
||||
lda #0
|
||||
sta $3f2
|
||||
lda #1
|
||||
sta $3f3
|
||||
lda #$A4
|
||||
sta $3f4 ; reset vector patch
|
||||
; (only works after title music)
|
||||
|
||||
+DISABLE_ACCEL
|
||||
jmp $6ba5
|
||||
|
||||
|
3
src/prelaunch/mario.bros.a
Normal file → Executable file
3
src/prelaunch/mario.bros.a
Normal file → Executable file
@ -17,6 +17,9 @@
|
||||
lda #$a9
|
||||
sta $4299
|
||||
+
|
||||
lda #1
|
||||
sta $402F ; reset vector patch
|
||||
|
||||
+DISABLE_ACCEL
|
||||
jmp $4000
|
||||
|
||||
|
5
src/prelaunch/mr.robot.a
Normal file → Executable file
5
src/prelaunch/mr.robot.a
Normal file → Executable file
@ -18,6 +18,11 @@
|
||||
sta $777C ; patch - don't decrease lives
|
||||
sta $78C5 ; patch - don't increase lives
|
||||
+
|
||||
lda #$EA
|
||||
sta $13D9
|
||||
sta $13DA
|
||||
sta $13DB ; reset vector patch
|
||||
|
||||
jmp $7600
|
||||
|
||||
!if * > $1C0 {
|
||||
|
3
src/prelaunch/xevious.a
Normal file → Executable file
3
src/prelaunch/xevious.a
Normal file → Executable file
@ -33,6 +33,9 @@ patch2
|
||||
sta $750D ; 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
|
||||
|
||||
!if * > $1C0 {
|
||||
|
Loading…
Reference in New Issue
Block a user