summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/astrof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/astrof.cpp')
-rw-r--r--src/mame/audio/astrof.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/audio/astrof.cpp b/src/mame/audio/astrof.cpp
index 89e334a6672..663013e1bc8 100644
--- a/src/mame/audio/astrof.cpp
+++ b/src/mame/audio/astrof.cpp
@@ -162,9 +162,10 @@ WRITE8_MEMBER(astrof_state::spfghmk2_audio_w)
}
-MACHINE_CONFIG_START(astrof_state::spfghmk2_audio)
+void astrof_state::spfghmk2_audio(machine_config &config)
+{
/* nothing yet */
-MACHINE_CONFIG_END
+}