summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hitme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hitme.cpp')
-rw-r--r--src/mame/drivers/hitme.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hitme.cpp b/src/mame/drivers/hitme.cpp
index dd0bc7f7403..8fbc6ba676b 100644
--- a/src/mame/drivers/hitme.cpp
+++ b/src/mame/drivers/hitme.cpp
@@ -311,7 +311,7 @@ void hitme_state::machine_reset()
m_timeout_time = attotime::zero;
}
-static MACHINE_CONFIG_START( hitme )
+MACHINE_CONFIG_START(hitme_state::hitme)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I8080, MASTER_CLOCK/16)
@@ -348,7 +348,7 @@ MACHINE_CONFIG_END
Barricade or is the resolution set by a dip switch?
*/
-static MACHINE_CONFIG_DERIVED( barricad, hitme )
+MACHINE_CONFIG_DERIVED(hitme_state::barricad, hitme)
/* video hardware */
MCFG_SCREEN_MODIFY("screen")