summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tasman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tasman.c')
-rw-r--r--src/mame/drivers/tasman.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/tasman.c b/src/mame/drivers/tasman.c
index 4c7cfa1760b..a75f61ffd4e 100644
--- a/src/mame/drivers/tasman.c
+++ b/src/mame/drivers/tasman.c
@@ -607,6 +607,7 @@ static MACHINE_CONFIG_START( kongambl, kongambl_state )
MCFG_SCREEN_SIZE(96*8, 64*8+16)
MCFG_SCREEN_VISIBLE_AREA(0*8, 80*8-1, 0*8, 64*8-1)
MCFG_SCREEN_UPDATE_DRIVER(kongambl_state, screen_update_kongambl)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD("palette", 0x8000)