summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mosaic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mosaic.cpp')
-rw-r--r--src/mame/drivers/mosaic.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/mosaic.cpp b/src/mame/drivers/mosaic.cpp
index 837d8d5f84c..478b070609f 100644
--- a/src/mame/drivers/mosaic.cpp
+++ b/src/mame/drivers/mosaic.cpp
@@ -303,7 +303,8 @@ MACHINE_CONFIG_START(mosaic_state::mosaic)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(mosaic_state::gfire2, mosaic)
+MACHINE_CONFIG_START(mosaic_state::gfire2)
+ mosaic(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(gfire2_map)
MCFG_CPU_IO_MAP(gfire2_io_map)