summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/notechan.cpp2
1 files changed, 1 insertions, 1 deletions
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