From 3a269e9362604bf78802042e13c7c0181f03f799 Mon Sep 17 00:00:00 2001 From: 4am Date: Wed, 12 Jun 2024 16:25:08 -0400 Subject: [PATCH] fix boot display if no Mockingboard present --- src/4cade.init.a | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/4cade.init.a b/src/4cade.init.a index a58a85591..e1d00e752 100755 --- a/src/4cade.init.a +++ b/src/4cade.init.a @@ -232,11 +232,10 @@ ; /!\ exits with ROM read, no write +READ_ROM_WRITE_RAM1 stx MockingboardStuff ; save mockingboard slot and type - ; requires RAM1 write - + txa ; requires RAM1 write + php jsr BuildVBLFunction ; requires ROM read, RAM1 write - - txa + plp beq @done_with_mb and #HAS_STEREO beq @mb_mono