From bdc38f7155f2f935bfef6e8cedfe55b0770bd13e Mon Sep 17 00:00:00 2001 From: RobertoFresca Date: Sun, 8 Oct 2017 03:39:36 -0300 Subject: [PATCH] Note Chance: OKI frequency and pin7 status match the real sounds. [Roberto Fresca] --- src/mame/drivers/notechan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/notechan.cpp b/src/mame/drivers/notechan.cpp index 92aa6474354..1ad3f62edb3 100644 --- a/src/mame/drivers/notechan.cpp +++ b/src/mame/drivers/notechan.cpp @@ -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