summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mugsmash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mugsmash.cpp')
-rw-r--r--src/mame/drivers/mugsmash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mugsmash.cpp b/src/mame/drivers/mugsmash.cpp
index 4e0ce05237f..316a52a52c4 100644
--- a/src/mame/drivers/mugsmash.cpp
+++ b/src/mame/drivers/mugsmash.cpp
@@ -396,7 +396,7 @@ void mugsmash_state::machine_start()
{
}
-static MACHINE_CONFIG_START( mugsmash )
+MACHINE_CONFIG_START(mugsmash_state::mugsmash)
MCFG_CPU_ADD("maincpu", M68000, 12000000)
MCFG_CPU_PROGRAM_MAP(mugsmash_map)