summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bebox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bebox.cpp')
-rw-r--r--src/mame/drivers/bebox.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/bebox.cpp b/src/mame/drivers/bebox.cpp
index c745c8fe143..ba7b602b815 100644
--- a/src/mame/drivers/bebox.cpp
+++ b/src/mame/drivers/bebox.cpp
@@ -240,7 +240,8 @@ MACHINE_CONFIG_START(bebox_state::bebox)
MCFG_RAM_EXTRA_OPTIONS("8M,16M")
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(bebox_state::bebox2, bebox)
+MACHINE_CONFIG_START(bebox_state::bebox2)
+ bebox(config);
MCFG_CPU_REPLACE("ppc1", PPC603E, 133000000) /* 133 MHz */
MCFG_CPU_PROGRAM_MAP(bebox_mem)