summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxi.cpp')
-rw-r--r--src/mame/drivers/galaxi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/galaxi.cpp b/src/mame/drivers/galaxi.cpp
index e7d1ce9071f..1d48641c520 100644
--- a/src/mame/drivers/galaxi.cpp
+++ b/src/mame/drivers/galaxi.cpp
@@ -62,7 +62,7 @@ public:
m_lamps(*this, "lamp%u", 1U),
m_bg3_xscroll(8),
m_bg3_yscroll(0)
- { }
+ { }
void galaxi(machine_config &config);
void lastfour(machine_config &config);
@@ -487,7 +487,7 @@ MACHINE_CONFIG_START(galaxi_state::galaxi)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_OKIM6295_ADD("oki", SND_CLOCK, PIN7_LOW) // ?
+ MCFG_DEVICE_ADD("oki", OKIM6295, SND_CLOCK, okim6295_device::PIN7_LOW) // ?
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END