summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/skyfox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/skyfox.cpp')
-rw-r--r--src/mame/drivers/skyfox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/skyfox.cpp b/src/mame/drivers/skyfox.cpp
index 332b28c89d0..6083bd8f652 100644
--- a/src/mame/drivers/skyfox.cpp
+++ b/src/mame/drivers/skyfox.cpp
@@ -220,7 +220,7 @@ void skyfox_state::machine_reset()
m_bg_ctrl = 0;
}
-static MACHINE_CONFIG_START( skyfox )
+MACHINE_CONFIG_START(skyfox_state::skyfox)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, XTAL_8MHz/2) /* Verified at 4MHz */