mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-10 23:29:43 +00:00
missing AUDIO_ENABLED
This commit is contained in:
parent
a1e4ba5cc2
commit
4839cc512a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user