mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-19 02:10:39 +00:00
Accelerated
This commit is contained in:
parent
57f976f833
commit
915d86cd50
@ -7,6 +7,7 @@
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $81E
|
||||
jsr $800
|
||||
@ -20,6 +21,7 @@
|
||||
lda #0
|
||||
sta $0A67 ; reset vector patch
|
||||
|
||||
+DISABLE_ACCEL
|
||||
jmp $A00
|
||||
|
||||
!if * > $1C0 {
|
||||
|
@ -7,9 +7,11 @@
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60 ; hook1
|
||||
sta $3EA9
|
||||
jsr $3E88 ; decompress
|
||||
+DISABLE_ACCEL
|
||||
|
||||
lda #$60 ; hook2
|
||||
sta $A050
|
||||
|
@ -7,9 +7,12 @@
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $82E
|
||||
jsr $800 ; decompress
|
||||
+DISABLE_ACCEL
|
||||
|
||||
jsr $BD1C ; title screen
|
||||
|
||||
lda #$60
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $820
|
||||
jsr $800 ; decompress
|
||||
@ -23,6 +24,7 @@
|
||||
lda #1
|
||||
sta $FFFD ; LC reset vector patch
|
||||
|
||||
+DISABLE_ACCEL
|
||||
jmp $6000
|
||||
|
||||
!if * > $1C0 {
|
||||
|
Loading…
Reference in New Issue
Block a user