summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/madmotor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/madmotor.cpp')
-rw-r--r--src/mame/drivers/madmotor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/madmotor.cpp b/src/mame/drivers/madmotor.cpp
index d81b46b4b0d..6f0b744b56d 100644
--- a/src/mame/drivers/madmotor.cpp
+++ b/src/mame/drivers/madmotor.cpp
@@ -232,7 +232,7 @@ void madmotor_state::machine_reset()
m_flipscreen = 0;
}
-static MACHINE_CONFIG_START( madmotor )
+MACHINE_CONFIG_START(madmotor_state::madmotor)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 12000000) /* Custom chip 59, 24 MHz crystal */