summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shootaway2.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-05-07 22:41:52 +1000
committer Vas Crabb <vas@vastheman.com>2018-05-07 22:41:52 +1000
commit04da61a4c536d5d70434424af36c22b42e2fff67 (patch)
tree599e991820fec0e4efc66f391d9ff6edcb0693ab /src/mame/drivers/shootaway2.cpp
parent21f535838cb8c71f4c4b807e0dad0c6aa7bbddc0 (diff)
(nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't support derived clock, kill off some more low-value macros, add a validity check, fix changes to Okim M6295 pin 7 in vgmplay
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