From 46d05fbac996992389ae180687f423bb75affbd4 Mon Sep 17 00:00:00 2001 From: frankmilliron <34376619+frankmilliron@users.noreply.github.com> Date: Wed, 12 Aug 2020 08:55:52 -0700 Subject: [PATCH] fix Black Magic on //c+ (#330) Seems like starting a new game is wonky. after it shows the high score screen it messes up the graphics. not sure if that's my fix causing it or not, but both reset work, and every machine works currently. --- src/prelaunch/black.magic.a | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/prelaunch/black.magic.a b/src/prelaunch/black.magic.a index 44a0fa9f4..311e48c4a 100644 --- a/src/prelaunch/black.magic.a +++ b/src/prelaunch/black.magic.a @@ -22,13 +22,11 @@ sta $1B2D sta $D6E6 jsr $1B00 - lda #callback1 sta $D7EA jsr $D000 - lda #callback2 @@ -55,6 +53,7 @@ callback2 lda #$63 ; back to original vector sta $3F2 sta $FFFC + +READ_RAM2_WRITE_RAM2 ; fix on //c+ jmp $D6EE reset