summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eolith16.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/eolith16.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/eolith16.cpp')
-rw-r--r--src/mame/drivers/eolith16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/eolith16.cpp b/src/mame/drivers/eolith16.cpp
index ef4e57bfda4..33a9307e8a0 100644
--- a/src/mame/drivers/eolith16.cpp
+++ b/src/mame/drivers/eolith16.cpp
@@ -180,7 +180,7 @@ MACHINE_CONFIG_START(eolith16_state::eolith16)
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
- 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, "lspeaker", 1.0)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 1.0)
MACHINE_CONFIG_END