mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-02 06:30:47 +00:00
Serpentine: reset vector
This commit is contained in:
parent
5a7f61fc89
commit
65377f54a3
@ -10,6 +10,7 @@
|
|||||||
+GET_MACHINE_STATUS
|
+GET_MACHINE_STATUS
|
||||||
and #CHEATS_ENABLED
|
and #CHEATS_ENABLED
|
||||||
sta cheat
|
sta cheat
|
||||||
|
+NEW_RESET_VECTOR $3C0
|
||||||
ldx #$0E ; copy patch code to zero page (stack will be destroyed by the time we need to patch)
|
ldx #$0E ; copy patch code to zero page (stack will be destroyed by the time we need to patch)
|
||||||
- lda patch,x
|
- lda patch,x
|
||||||
sta $F1,x
|
sta $F1,x
|
||||||
|
Loading…
Reference in New Issue
Block a user