summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spool99.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spool99.cpp')
-rw-r--r--src/mame/drivers/spool99.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/spool99.cpp b/src/mame/drivers/spool99.cpp
index 8e21127e62c..63b8161e697 100644
--- a/src/mame/drivers/spool99.cpp
+++ b/src/mame/drivers/spool99.cpp
@@ -388,7 +388,8 @@ MACHINE_CONFIG_START(spool99_state::spool99)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.47)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(spool99_state::vcarn, spool99)
+MACHINE_CONFIG_START(spool99_state::vcarn)
+ spool99(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(vcarn_map)