summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/holeland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/holeland.cpp')
-rw-r--r--src/mame/drivers/holeland.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/holeland.cpp b/src/mame/drivers/holeland.cpp
index 2de977c84e8..8ae1dbe699f 100644
--- a/src/mame/drivers/holeland.cpp
+++ b/src/mame/drivers/holeland.cpp
@@ -272,7 +272,7 @@ static GFXDECODE_START( crzrally )
GFXDECODE_END
-static MACHINE_CONFIG_START( holeland )
+MACHINE_CONFIG_START(holeland_state::holeland)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, 3355700) /* measured 298ns on PCB */
@@ -353,7 +353,7 @@ Notes:
*/
-static MACHINE_CONFIG_START( crzrally )
+MACHINE_CONFIG_START(holeland_state::crzrally)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, 20000000/4) /* 5 MHz */