summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hexion.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hexion.c')
-rw-r--r--src/mame/drivers/hexion.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/hexion.c b/src/mame/drivers/hexion.c
index da82093c9d2..996003170ea 100644
--- a/src/mame/drivers/hexion.c
+++ b/src/mame/drivers/hexion.c
@@ -252,8 +252,7 @@ static MACHINE_DRIVER_START( hexion )
/* sound hardware */
MDRV_SPEAKER_STANDARD_MONO("mono")
- MDRV_SOUND_ADD("oki", OKIM6295, 1056000)
- MDRV_SOUND_CONFIG(okim6295_interface_pin7high) // clock frequency & pin 7 not verified
+ MDRV_OKIM6295_ADD("oki", 1056000, OKIM6295_PIN7_HIGH) // clock frequency & pin 7 not verified
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MDRV_SOUND_ADD("konami", K051649, 24000000/16)