summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/halleys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/halleys.cpp')
-rw-r--r--src/mame/drivers/halleys.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/halleys.cpp b/src/mame/drivers/halleys.cpp
index d6f1685c8d1..d6517e6ac7d 100644
--- a/src/mame/drivers/halleys.cpp
+++ b/src/mame/drivers/halleys.cpp
@@ -1968,7 +1968,8 @@ MACHINE_CONFIG_START(halleys_state::halleys)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(halleys_state::benberob, halleys)
+MACHINE_CONFIG_START(halleys_state::benberob)
+ halleys(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_CLOCK(XTAL(19'968'000)/12) /* not verified but pcb identical to halley's comet */
MCFG_TIMER_MODIFY("scantimer")