From 4839cc512a76b1777e008fc0e251fb8e974c2d6b Mon Sep 17 00:00:00 2001 From: asc Date: Thu, 10 Apr 2014 23:25:04 -0700 Subject: [PATCH] missing AUDIO_ENABLED --- src/asm386/memory.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/asm386/memory.S b/src/asm386/memory.S index bd93e4ee..970af147 100644 --- a/src/asm386/memory.S +++ b/src/asm386/memory.S @@ -846,8 +846,10 @@ E(iie_check_c3rom) E(iie_cxrom_peripheral) andl $~SS_CXROM, SN(softswitches) movl $SN(apple_ii_64k), SN(base_cxrom) +#ifdef AUDIO_ENABLED movl $SN(MB_Read), SN(base_c4rom) movl $SN(MB_Read), SN(base_c5rom) // HACK FIXME -- MB is hardcoded, what about Phasor? +#endif testl $SS_C3ROM, SN(softswitches) jnz 1f movl $SN(apple_ii_64k), SN(base_c3rom)