Serpentine: reset vector

This commit is contained in:
4am 2019-12-23 23:19:39 -05:00
parent 5a7f61fc89
commit 65377f54a3

View File

@ -10,6 +10,7 @@
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
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)
- lda patch,x
sta $F1,x