summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dbz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dbz.cpp')
-rw-r--r--src/mame/drivers/dbz.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dbz.cpp b/src/mame/drivers/dbz.cpp
index b5033eba918..1bd1a368693 100644
--- a/src/mame/drivers/dbz.cpp
+++ b/src/mame/drivers/dbz.cpp
@@ -387,7 +387,7 @@ MACHINE_CONFIG_START(dbz_state::dbz)
MCFG_SOUND_ROUTE(0, "lspeaker", 1.0)
MCFG_SOUND_ROUTE(1, "rspeaker", 1.0)
- MCFG_OKIM6295_ADD("oki", 1056000, PIN7_HIGH)
+ MCFG_DEVICE_ADD("oki", OKIM6295, 1056000, okim6295_device::PIN7_HIGH)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 1.0)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 1.0)
MACHINE_CONFIG_END