mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-26 17:32:40 +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)
|
E(iie_cxrom_peripheral)
|
||||||
andl $~SS_CXROM, SN(softswitches)
|
andl $~SS_CXROM, SN(softswitches)
|
||||||
movl $SN(apple_ii_64k), SN(base_cxrom)
|
movl $SN(apple_ii_64k), SN(base_cxrom)
|
||||||
|
#ifdef AUDIO_ENABLED
|
||||||
movl $SN(MB_Read), SN(base_c4rom)
|
movl $SN(MB_Read), SN(base_c4rom)
|
||||||
movl $SN(MB_Read), SN(base_c5rom) // HACK FIXME -- MB is hardcoded, what about Phasor?
|
movl $SN(MB_Read), SN(base_c5rom) // HACK FIXME -- MB is hardcoded, what about Phasor?
|
||||||
|
#endif
|
||||||
testl $SS_C3ROM, SN(softswitches)
|
testl $SS_C3ROM, SN(softswitches)
|
||||||
jnz 1f
|
jnz 1f
|
||||||
movl $SN(apple_ii_64k), SN(base_c3rom)
|
movl $SN(apple_ii_64k), SN(base_c3rom)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user