summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/victory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/victory.c')
-rw-r--r--src/mame/drivers/victory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/victory.c b/src/mame/drivers/victory.c
index c64fccc36c9..401377f7e9f 100644
--- a/src/mame/drivers/victory.c
+++ b/src/mame/drivers/victory.c
@@ -226,6 +226,7 @@ static MACHINE_CONFIG_START( victory, victory_state )
/* using the standard Exidy video parameters for now, needs to be confirmed */
MCFG_SCREEN_RAW_PARAMS(VICTORY_PIXEL_CLOCK, VICTORY_HTOTAL, VICTORY_HBEND, VICTORY_HBSTART, VICTORY_VTOTAL, VICTORY_VBEND, VICTORY_VBSTART)
MCFG_SCREEN_UPDATE_DRIVER(victory_state, screen_update_victory)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD("palette", 64)