summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/orbit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/orbit.cpp')
-rw-r--r--src/mame/drivers/orbit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/orbit.cpp b/src/mame/drivers/orbit.cpp
index 6006cf2ed83..49872439242 100644
--- a/src/mame/drivers/orbit.cpp
+++ b/src/mame/drivers/orbit.cpp
@@ -275,7 +275,7 @@ void orbit_state::machine_reset()
*
*************************************/
-static MACHINE_CONFIG_START( orbit )
+MACHINE_CONFIG_START(orbit_state::orbit)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6800, MASTER_CLOCK / 16)