mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
oops
This commit is contained in:
parent
60641b72ed
commit
4bdb0e581d
@ -14,10 +14,10 @@
|
|||||||
// INTERFACE CONFIGURATION MACROS
|
// INTERFACE CONFIGURATION MACROS
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
|
||||||
#define MCFG_I5000_SND_ADD(_tag, _clock) \
|
#define MCFG_TC8830F_SND_ADD(_tag, _clock) \
|
||||||
MCFG_DEVICE_ADD(_tag, TC8830F, _clock)
|
MCFG_DEVICE_ADD(_tag, TC8830F, _clock)
|
||||||
|
|
||||||
#define MCFG_I5000_SND_REPLACE(_tag, _clock) \
|
#define MCFG_TC8830F_SND_REPLACE(_tag, _clock) \
|
||||||
MCFG_DEVICE_REPLACE(_tag, TC8830F, _clock)
|
MCFG_DEVICE_REPLACE(_tag, TC8830F, _clock)
|
||||||
|
|
||||||
|
|
||||||
|
@ -515,7 +515,7 @@ static MACHINE_CONFIG_DERIVED( chkun, bikkuric )
|
|||||||
MCFG_SOUND_MODIFY("ay2")
|
MCFG_SOUND_MODIFY("ay2")
|
||||||
MCFG_SOUND_CONFIG(chkun_ay2_interface)
|
MCFG_SOUND_CONFIG(chkun_ay2_interface)
|
||||||
|
|
||||||
MCFG_I5000_SND_ADD("tc8830f", 500000)
|
MCFG_TC8830F_SND_ADD("tc8830f", 500000)
|
||||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
|
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user