summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hitme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hitme.cpp')
-rw-r--r--src/mame/drivers/hitme.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/hitme.cpp b/src/mame/drivers/hitme.cpp
index a052289871d..fc127657b3e 100644
--- a/src/mame/drivers/hitme.cpp
+++ b/src/mame/drivers/hitme.cpp
@@ -348,7 +348,8 @@ MACHINE_CONFIG_END
Barricade or is the resolution set by a dip switch?
*/
-MACHINE_CONFIG_DERIVED(hitme_state::barricad, hitme)
+MACHINE_CONFIG_START(hitme_state::barricad)
+ hitme(config);
/* video hardware */
MCFG_SCREEN_MODIFY("screen")