summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/simple_st0016.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/simple_st0016.cpp')
-rw-r--r--src/mame/drivers/simple_st0016.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/simple_st0016.cpp b/src/mame/drivers/simple_st0016.cpp
index 1c77c7b72ef..f8f25956c0f 100644
--- a/src/mame/drivers/simple_st0016.cpp
+++ b/src/mame/drivers/simple_st0016.cpp
@@ -483,7 +483,8 @@ MACHINE_CONFIG_START(st0016_state::st0016)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(st0016_state::mayjinsn, st0016)
+MACHINE_CONFIG_START(st0016_state::mayjinsn)
+ st0016(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_IO_MAP(st0016_m2_io)
MCFG_CPU_ADD("sub", V810, 10000000)//25 Mhz ?
@@ -491,7 +492,8 @@ MACHINE_CONFIG_DERIVED(st0016_state::mayjinsn, st0016)
MCFG_QUANTUM_TIME(attotime::from_hz(60))
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(st0016_state::renju, st0016)
+MACHINE_CONFIG_START(st0016_state::renju)
+ st0016(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(renju_mem)
MACHINE_CONFIG_END