summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vindictr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vindictr.c')
-rw-r--r--src/mame/drivers/vindictr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/vindictr.c b/src/mame/drivers/vindictr.c
index a920c7704f7..4872280dd2f 100644
--- a/src/mame/drivers/vindictr.c
+++ b/src/mame/drivers/vindictr.c
@@ -203,6 +203,7 @@ static MACHINE_CONFIG_START( vindictr, vindictr_state )
/* the board uses a SYNGEN chip to generate video signals */
MCFG_SCREEN_RAW_PARAMS(ATARI_CLOCK_14MHz/2, 456, 0, 336, 262, 0, 240)
MCFG_SCREEN_UPDATE_DRIVER(vindictr_state, screen_update_vindictr)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_VIDEO_START_OVERRIDE(vindictr_state,vindictr)