summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ohmygod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ohmygod.c')
-rw-r--r--src/mame/drivers/ohmygod.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/ohmygod.c b/src/mame/drivers/ohmygod.c
index 324d433113c..4494fed9198 100644
--- a/src/mame/drivers/ohmygod.c
+++ b/src/mame/drivers/ohmygod.c
@@ -349,8 +349,7 @@ static MACHINE_DRIVER_START( ohmygod )
/* sound hardware */
MDRV_SPEAKER_STANDARD_MONO("mono")
- MDRV_SOUND_ADD("oki", OKIM6295, 14000000/8)
- MDRV_SOUND_CONFIG(okim6295_interface_pin7high)
+ MDRV_OKIM6295_ADD("oki", 14000000/8, OKIM6295_PIN7_HIGH)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_DRIVER_END