namcond1.c: C352 clock change as per the Guru

This commit is contained in:
Brian Troha 2011-09-18 17:19:20 +00:00
parent 44d543d9fd
commit c5248fa374

View File

@ -324,7 +324,7 @@ static MACHINE_CONFIG_START( namcond1, namcond1_state )
/* sound hardware */
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(1, "lspeaker", 1.00)
MCFG_SOUND_ROUTE(2, "rspeaker", 1.00)