summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/juicebox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/juicebox.cpp')
-rw-r--r--src/mame/drivers/juicebox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/juicebox.cpp b/src/mame/drivers/juicebox.cpp
index 34a5db71c50..0ad95457959 100644
--- a/src/mame/drivers/juicebox.cpp
+++ b/src/mame/drivers/juicebox.cpp
@@ -301,7 +301,7 @@ DRIVER_INIT_MEMBER(juicebox_state,juicebox)
// do nothing
}
-static MACHINE_CONFIG_START( juicebox, juicebox_state )
+static MACHINE_CONFIG_START( juicebox )
MCFG_CPU_ADD("maincpu", ARM7, 66000000)
MCFG_CPU_PROGRAM_MAP(juicebox_map)