summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tickee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tickee.cpp')
-rw-r--r--src/mame/drivers/tickee.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/tickee.cpp b/src/mame/drivers/tickee.cpp
index 0bb3940781c..b0537830952 100644
--- a/src/mame/drivers/tickee.cpp
+++ b/src/mame/drivers/tickee.cpp
@@ -792,7 +792,8 @@ MACHINE_CONFIG_START(tickee_state::tickee)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(tickee_state::ghoshunt, tickee)
+MACHINE_CONFIG_START(tickee_state::ghoshunt)
+ tickee(config);
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")