From 933432ea3e63eda6646222c4a577ecab68ce83fd Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Wed, 17 Jan 2024 13:50:12 -0800 Subject: [PATCH] prevent IRQs between copy and new hook --- src/4cade.init.a | 1 + 1 file changed, 1 insertion(+) diff --git a/src/4cade.init.a b/src/4cade.init.a index 7fa150db4..d625a1406 100755 --- a/src/4cade.init.a +++ b/src/4cade.init.a @@ -164,6 +164,7 @@ +READ_ROM_WRITE_RAM2 jsr init ; initialize and relocate ProRWTS2 to $D400 in RAM bank 2 ; ProRWTS2 disk-data live at $D000-D3FF + sei ; we're about to overwrite ProDOS's IRQ handler ldx #$00 ; relocate program code to top of language card ; since we end at $0000 now, adjust low offset to avoid destroying zpage @FM lda FirstMover - (RELBASE & $FF),x