summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/scm_500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scm_500.cpp')
-rw-r--r--src/mame/drivers/scm_500.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/drivers/scm_500.cpp b/src/mame/drivers/scm_500.cpp
index 7983f6482e3..ad16a0e2c57 100644
--- a/src/mame/drivers/scm_500.cpp
+++ b/src/mame/drivers/scm_500.cpp
@@ -40,11 +40,10 @@ void scm_500_state::machine_reset()
{
}
-MACHINE_CONFIG_START(scm_500_state::scm_500)
-
+void scm_500_state::scm_500(machine_config &config)
+{
// unknown CPU
-
-MACHINE_CONFIG_END
+}
/*