summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itgamble.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/itgamble.cpp')
-rw-r--r--src/mame/drivers/itgamble.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/itgamble.cpp b/src/mame/drivers/itgamble.cpp
index 2f49385b182..37c4de2bb89 100644
--- a/src/mame/drivers/itgamble.cpp
+++ b/src/mame/drivers/itgamble.cpp
@@ -236,7 +236,8 @@ MACHINE_CONFIG_START(itgamble_state::itgamble)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(itgamble_state::mnumber, itgamble)
+MACHINE_CONFIG_START(itgamble_state::mnumber)
+ itgamble(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_CLOCK(MNUMBER_MAIN_CLOCK/2) /* probably the wrong CPU */
@@ -246,7 +247,8 @@ MACHINE_CONFIG_END
#ifdef UNUSED_CODE
-static MACHINE_CONFIG_DERIVED( ejollyx5, itgamble )
+static MACHINE_CONFIG_START( ejollyx5 )
+ itgamble(config);
/* wrong CPU. we need a Renesas M16/62A 16bit microcomputer core */
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_CLOCK(EJOLLYX5_MAIN_CLOCK/2) /* up to 10MHz.*/