summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mephistp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mephistp.cpp')
-rw-r--r--src/mame/drivers/mephistp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/mephistp.cpp b/src/mame/drivers/mephistp.cpp
index ab022425fee..dd5606c4412 100644
--- a/src/mame/drivers/mephistp.cpp
+++ b/src/mame/drivers/mephistp.cpp
@@ -195,7 +195,8 @@ MACHINE_CONFIG_START(mephisto_pinball_state::mephisto)
MACHINE_CONFIG_END
#ifdef UNUSED_DEFINITION
-static MACHINE_CONFIG_DERIVED(sport2k, mephisto)
+static MACHINE_CONFIG_START(sport2k)
+ mephisto(config);
MCFG_CPU_MODIFY("soundcpu")
MCFG_CPU_IO_MAP(sport2k_8051_io)