diff --git a/src/prelaunch/pitstop.ii.a b/src/prelaunch/pitstop.ii.a new file mode 100644 index 000000000..ca0f45c03 --- /dev/null +++ b/src/prelaunch/pitstop.ii.a @@ -0,0 +1,21 @@ +;license:MIT +;(c) 2019 by qkumba + +!cpu 6502 +!to "build/PRELAUNCH/PITSTOP.II",plain +*=$106 + + !source "src/prelaunch/common.a" + + lda #$60 + sta $4055 + jsr $4000 ; decompress + +LC_REBOOT + lda #$2c + sta $b12 + sta $b17 ; don't let game change reset vector + jmp $a00 + +!if * > $1C0 { + !error "code is too large, ends at ", * +}