mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
Note Chance: OKI frequency and pin7 status match the real sounds. [Roberto Fresca]
This commit is contained in:
parent
e7d705833f
commit
bdc38f7155
@ -366,7 +366,7 @@ static MACHINE_CONFIG_START( notechan )
|
||||
/* sound hardware */
|
||||
MCFG_SPEAKER_STANDARD_MONO("speaker")
|
||||
|
||||
MCFG_OKIM6295_ADD("oki", SND_CLOCK, PIN7_HIGH) /* clock frequency & pin 7 not verified */
|
||||
MCFG_OKIM6295_ADD("oki", SND_CLOCK, PIN7_HIGH) // match the real sounds
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 1.0)
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user