summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/srmp5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/srmp5.c')
-rw-r--r--src/mame/drivers/srmp5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/srmp5.c b/src/mame/drivers/srmp5.c
index b004c92c97b..86e53487180 100644
--- a/src/mame/drivers/srmp5.c
+++ b/src/mame/drivers/srmp5.c
@@ -579,7 +579,7 @@ static MACHINE_CONFIG_START( srmp5, srmp5_state )
#ifdef DEBUG_CHAR
MCFG_GFXDECODE( srmp5 )
#endif
- MCFG_VIDEO_START(st0016)
+ MCFG_VIDEO_START_OVERRIDE(st0016_state,st0016)
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")