summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/twinkle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/twinkle.cpp')
-rw-r--r--src/mame/drivers/twinkle.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/twinkle.cpp b/src/mame/drivers/twinkle.cpp
index 040cf2eeed7..b653ca05d94 100644
--- a/src/mame/drivers/twinkle.cpp
+++ b/src/mame/drivers/twinkle.cpp
@@ -1091,11 +1091,13 @@ MACHINE_CONFIG_START(twinkle_state::twinkle)
MCFG_SOUND_ROUTE(1, "speakerright", 1.0)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(twinkle_state::twinklex, twinkle)
+MACHINE_CONFIG_START(twinkle_state::twinklex)
+ twinkle(config);
MCFG_X76F041_ADD( "security" )
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(twinkle_state::twinklei, twinkle)
+MACHINE_CONFIG_START(twinkle_state::twinklei)
+ twinkle(config);
MCFG_I2CMEM_ADD( "security" )
MCFG_I2CMEM_DATA_SIZE( 0x100 )
MACHINE_CONFIG_END