summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tank8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tank8.c')
-rw-r--r--src/mame/drivers/tank8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/tank8.c b/src/mame/drivers/tank8.c
index ed28eb51616..ec8cfd104d8 100644
--- a/src/mame/drivers/tank8.c
+++ b/src/mame/drivers/tank8.c
@@ -339,6 +339,7 @@ static MACHINE_CONFIG_START( tank8, tank8_state )
MCFG_SCREEN_VISIBLE_AREA(16, 495, 0, 463)
MCFG_SCREEN_UPDATE_DRIVER(tank8_state, screen_update_tank8)
MCFG_SCREEN_VBLANK_DRIVER(tank8_state, screen_eof_tank8)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", tank8)
MCFG_PALETTE_ADD("palette", 20)