summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shootout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shootout.c')
-rw-r--r--src/mame/drivers/shootout.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/drivers/shootout.c b/src/mame/drivers/shootout.c
index f0b407387ae..00810833463 100644
--- a/src/mame/drivers/shootout.c
+++ b/src/mame/drivers/shootout.c
@@ -281,8 +281,6 @@ static MACHINE_CONFIG_START( shootout, shootout_state )
MCFG_GFXDECODE(shootout)
MCFG_PALETTE_LENGTH(256)
- MCFG_PALETTE_INIT(shootout)
- MCFG_VIDEO_START(shootout)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
@@ -310,8 +308,6 @@ static MACHINE_CONFIG_START( shootouj, shootout_state )
MCFG_GFXDECODE(shootout)
MCFG_PALETTE_LENGTH(256)
- MCFG_PALETTE_INIT(shootout)
- MCFG_VIDEO_START(shootout)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")