summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m57.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m57.c')
-rw-r--r--src/mame/drivers/m57.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/m57.c b/src/mame/drivers/m57.c
index d8919bd9791..76beed3fa96 100644
--- a/src/mame/drivers/m57.c
+++ b/src/mame/drivers/m57.c
@@ -243,8 +243,6 @@ static MACHINE_CONFIG_START( m57, m57_state )
MCFG_GFXDECODE(m57)
MCFG_PALETTE_LENGTH(32*8+32*8)
- MCFG_PALETTE_INIT(m57)
- MCFG_VIDEO_START(m57)
/* sound hardware */
MCFG_FRAGMENT_ADD(m52_sound_c_audio)