From 65377f54a3a02c204a34b4190f32509f4366dd45 Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 23 Dec 2019 23:19:39 -0500 Subject: [PATCH] Serpentine: reset vector --- src/prelaunch/serpentine.a | 1 + 1 file changed, 1 insertion(+) diff --git a/src/prelaunch/serpentine.a b/src/prelaunch/serpentine.a index c594186ba..2786d83e8 100644 --- a/src/prelaunch/serpentine.a +++ b/src/prelaunch/serpentine.a @@ -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