summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tumblep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tumblep.c')
-rw-r--r--src/mame/drivers/tumblep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/tumblep.c b/src/mame/drivers/tumblep.c
index 5f89db3f409..c0ea633afb2 100644
--- a/src/mame/drivers/tumblep.c
+++ b/src/mame/drivers/tumblep.c
@@ -303,6 +303,7 @@ static MACHINE_CONFIG_START( tumblep, tumblep_state )
MCFG_SCREEN_SIZE(40*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 40*8-2, 1*8, 31*8-1) // hmm
MCFG_SCREEN_UPDATE_DRIVER(tumblep_state, screen_update_tumblep)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", tumblep)
MCFG_PALETTE_ADD("palette", 1024)