summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fuukifg2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fuukifg2.cpp')
-rw-r--r--src/mame/drivers/fuukifg2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fuukifg2.cpp b/src/mame/drivers/fuukifg2.cpp
index faaad9442df..d3765388122 100644
--- a/src/mame/drivers/fuukifg2.cpp
+++ b/src/mame/drivers/fuukifg2.cpp
@@ -482,7 +482,7 @@ MACHINE_CONFIG_START(fuuki16_state::fuuki16)
MCFG_YM3812_IRQ_HANDLER(INPUTLINE("audiocpu", 0))
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.30)
- MCFG_OKIM6295_ADD("oki", XTAL(32'000'000) / 32, PIN7_HIGH) /* 1 Mhz */
+ MCFG_DEVICE_ADD("oki", OKIM6295, XTAL(32'000'000) / 32, okim6295_device::PIN7_HIGH) /* 1 Mhz */
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.85)
MACHINE_CONFIG_END