diff options
author | 2017-10-08 03:39:36 -0300 | |
---|---|---|
committer | 2017-10-08 03:39:36 -0300 | |
commit | bdc38f7155f2f935bfef6e8cedfe55b0770bd13e (patch) | |
tree | 1ee40ff9078f008a7bbb1d2469692e57ec053f51 | |
parent | e7d705833f55dc4ec999d810888755559287fc72 (diff) |
Note Chance: OKI frequency and pin7 status match the real sounds. [Roberto Fresca]
-rw-r--r-- | src/mame/drivers/notechan.cpp | 2 |
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 |