summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ssfindo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ssfindo.cpp')
-rw-r--r--src/mame/drivers/ssfindo.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/ssfindo.cpp b/src/mame/drivers/ssfindo.cpp
index 89a336c8a79..89fffd54122 100644
--- a/src/mame/drivers/ssfindo.cpp
+++ b/src/mame/drivers/ssfindo.cpp
@@ -809,7 +809,8 @@ MACHINE_CONFIG_START(ssfindo_state::ssfindo)
MCFG_PALETTE_ADD("palette", 256)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(ssfindo_state::ppcar, ssfindo)
+MACHINE_CONFIG_START(ssfindo_state::ppcar)
+ ssfindo(config);
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")
@@ -818,7 +819,8 @@ MACHINE_CONFIG_DERIVED(ssfindo_state::ppcar, ssfindo)
MCFG_DEVICE_REMOVE("i2cmem")
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(ssfindo_state::tetfight, ppcar)
+MACHINE_CONFIG_START(ssfindo_state::tetfight)
+ ppcar(config);
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")