summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/egghunt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/egghunt.cpp')
-rw-r--r--src/mame/drivers/egghunt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/egghunt.cpp b/src/mame/drivers/egghunt.cpp
index 951e1226cb4..70c8b514b94 100644
--- a/src/mame/drivers/egghunt.cpp
+++ b/src/mame/drivers/egghunt.cpp
@@ -455,7 +455,7 @@ MACHINE_CONFIG_START(egghunt_state::egghunt)
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
- MCFG_OKIM6295_ADD("oki", 1056000, PIN7_HIGH) // clock frequency & pin 7 not verified
+ MCFG_DEVICE_ADD("oki", OKIM6295, 1056000, okim6295_device::PIN7_HIGH) // clock frequency & pin 7 not verified
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END