From c6c70bbf0e827088ade73fc3ed0d4a29d16d821a Mon Sep 17 00:00:00 2001 From: Lord-Nightmare Date: Thu, 14 Sep 2017 17:23:17 -0400 Subject: hexion.cpp: fix music pitch for hexionb bootleg [Lord Nightmare] --- src/mame/drivers/hexion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3