mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
namcond1.c: C352 clock change as per the Guru
This commit is contained in:
parent
44d543d9fd
commit
c5248fa374
@ -324,7 +324,7 @@ static MACHINE_CONFIG_START( namcond1, namcond1_state )
|
|||||||
/* sound hardware */
|
/* sound hardware */
|
||||||
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
|
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
|
||||||
|
|
||||||
MCFG_C352_ADD("c352", XTAL_49_152MHz/3)
|
MCFG_C352_ADD("c352", XTAL_49_152MHz/2)
|
||||||
MCFG_SOUND_ROUTE(0, "rspeaker", 1.00)
|
MCFG_SOUND_ROUTE(0, "rspeaker", 1.00)
|
||||||
MCFG_SOUND_ROUTE(1, "lspeaker", 1.00)
|
MCFG_SOUND_ROUTE(1, "lspeaker", 1.00)
|
||||||
MCFG_SOUND_ROUTE(2, "rspeaker", 1.00)
|
MCFG_SOUND_ROUTE(2, "rspeaker", 1.00)
|
||||||
|
Loading…
Reference in New Issue
Block a user