summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hexion.cpp
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2017-09-14 17:23:17 -0400
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2017-09-14 17:23:17 -0400
commitc6c70bbf0e827088ade73fc3ed0d4a29d16d821a (patch)
tree19e2649b91f4c573c86bcf0c0589de7370c14f82 /src/mame/drivers/hexion.cpp
parentb973e83bf8c5a7d3a07b29d3efea567cf144b554 (diff)
hexion.cpp: fix music pitch for hexionb bootleg [Lord Nightmare]
Diffstat (limited to 'src/mame/drivers/hexion.cpp')
-rw-r--r--src/mame/drivers/hexion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hexion.cpp b/src/mame/drivers/hexion.cpp
index c666b4d8bfb..dcc28fcfbdd 100644
--- a/src/mame/drivers/hexion.cpp
+++ b/src/mame/drivers/hexion.cpp
@@ -295,7 +295,7 @@ static MACHINE_CONFIG_DERIVED( hexionb, hexion )
MCFG_DEVICE_REMOVE("k051649")
- MCFG_OKIM6295_ADD("oki2", 1056000, PIN7_HIGH) // clock frequency & pin 7 not verified
+ MCFG_OKIM6295_ADD("oki2", 1056000, PIN7_LOW) // clock frequency & pin 7 not verified; this clock and pin 7 being low makes the pitch match the non-bootleg version, so is probably correct
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.5)
MACHINE_CONFIG_END