diff options
Diffstat (limited to 'src/mame/drivers/thedealr.cpp')
-rw-r--r-- | src/mame/drivers/thedealr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/thedealr.cpp b/src/mame/drivers/thedealr.cpp index d6e9698474a..96a765dfda1 100644 --- a/src/mame/drivers/thedealr.cpp +++ b/src/mame/drivers/thedealr.cpp @@ -534,7 +534,6 @@ static MACHINE_CONFIG_START( thedealr, thedealr_state ) MCFG_DEVICE_ADD("spritegen", SETA001_SPRITE, 0) MCFG_SETA001_SPRITE_GFXDECODE("gfxdecode") - MCFG_SETA001_SPRITE_PALETTE("palette") MCFG_MACHINE_RESET_OVERRIDE(thedealr_state,thedealr) MCFG_MACHINE_START_OVERRIDE(thedealr_state,thedealr) |