summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/holeland.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/holeland.c')
-rw-r--r--src/mame/drivers/holeland.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/drivers/holeland.c b/src/mame/drivers/holeland.c
index 5af99b46e41..67bc9385629 100644
--- a/src/mame/drivers/holeland.c
+++ b/src/mame/drivers/holeland.c
@@ -294,7 +294,7 @@ static MACHINE_CONFIG_START( holeland, holeland_state )
MCFG_PALETTE_LENGTH(256)
MCFG_PALETTE_INIT(RRRR_GGGG_BBBB)
- MCFG_VIDEO_START(holeland)
+ MCFG_VIDEO_START_OVERRIDE(holeland_state,holeland)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
@@ -363,8 +363,7 @@ static MACHINE_CONFIG_START( crzrally, holeland_state )
MCFG_GFXDECODE(crzrally)
MCFG_PALETTE_LENGTH(256)
- MCFG_PALETTE_INIT(RRRR_GGGG_BBBB)
- MCFG_VIDEO_START(crzrally)
+ MCFG_VIDEO_START_OVERRIDE(holeland_state,crzrally)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")