mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-29 22:29:51 +00:00
.
This commit is contained in:
parent
30017beebc
commit
cc1fd45ace
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@
|
||||
and #CHEATS_ENABLED
|
||||
pha
|
||||
lda #$60
|
||||
sta $A05
|
||||
sta $A01
|
||||
jsr $800 ; load "DOS"
|
||||
pla
|
||||
beq +
|
||||
|
@ -7,18 +7,24 @@
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+GET_MACHINE_STATUS
|
||||
+READ_RAM2_NO_WRITE
|
||||
jsr EnableAccelerator
|
||||
lda MachineStatus
|
||||
+READ_ROM_NO_WRITE
|
||||
and #CHEATS_ENABLED
|
||||
beq +
|
||||
pha
|
||||
lda #$60
|
||||
sta $A0A
|
||||
+ jsr $800 ; load "DOS"
|
||||
jsr $800 ; load "DOS"
|
||||
pla
|
||||
beq +
|
||||
lda #$4C
|
||||
sta $F858
|
||||
lda #<callback1
|
||||
sta $F859
|
||||
lda #>callback2
|
||||
sta $F85A
|
||||
+ jsr DisableAccelerator
|
||||
jmp $F800
|
||||
|
||||
callback1
|
||||
|
Loading…
x
Reference in New Issue
Block a user