summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shootaway2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shootaway2.cpp')
-rw-r--r--src/mame/drivers/shootaway2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/shootaway2.cpp b/src/mame/drivers/shootaway2.cpp
index 0c1d2aed5e3..ffc02be92d2 100644
--- a/src/mame/drivers/shootaway2.cpp
+++ b/src/mame/drivers/shootaway2.cpp
@@ -95,7 +95,7 @@ MACHINE_CONFIG_START(m74_state::m74)
MCFG_SCREEN_VISIBLE_AREA(0, 319, 0, 239)
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_OKIM6295_ADD("oki", XTAL(1'000'000), PIN7_HIGH)
+ MCFG_DEVICE_ADD("oki", OKIM6295, XTAL(1'000'000), okim6295_device::PIN7_HIGH)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END