summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/warriorb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/warriorb.cpp')
-rw-r--r--src/mame/drivers/warriorb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/warriorb.cpp b/src/mame/drivers/warriorb.cpp
index 1d1f4a4f968..ae999186ceb 100644
--- a/src/mame/drivers/warriorb.cpp
+++ b/src/mame/drivers/warriorb.cpp
@@ -432,7 +432,7 @@ void warriorb_state::machine_reset()
machine().sound().system_enable(true); /* mixer enabled */
}
-static MACHINE_CONFIG_START( darius2d )
+MACHINE_CONFIG_START(warriorb_state::darius2d)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 12000000) /* 12 MHz ??? (Might well be 16!) */
@@ -521,7 +521,7 @@ static MACHINE_CONFIG_START( darius2d )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_START( warriorb )
+MACHINE_CONFIG_START(warriorb_state::warriorb)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, 16000000) /* 16 MHz ? */