missing AUDIO_ENABLED

This commit is contained in:
asc 2014-04-10 23:25:04 -07:00
parent a1e4ba5cc2
commit 4839cc512a

View File

@ -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)