Better wording (nw)

This commit is contained in:
angelosa 2016-11-04 01:25:06 +01:00
parent 07d988a4e3
commit 580421d53d

View File

@ -2272,7 +2272,7 @@ static MACHINE_CONFIG_DERIVED( chokchok, htchctch )
MCFG_PALETTE_FORMAT(xxxxBBBBGGGGRRRR)
// some PCBs have left factory with a 3.57mhz while some have a 4.096 which matches other games, assuming the former are factory errors
// TODO: MAME sound cores doesn't handle on-the-fly sound frequency changes, I guess best action here is to make the sound chip a slot option,
// assuming people bothers in emulating a factory error ...
// assuming it's worth emulating a factory error in the first place.
MCFG_OKIM6295_REPLACE("oki", 4096000/4, OKIM6295_PIN7_HIGH)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END