summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bottom9.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bottom9.c')
-rw-r--r--src/mame/drivers/bottom9.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/bottom9.c b/src/mame/drivers/bottom9.c
index 1bd13d48d26..4e3f0309b5e 100644
--- a/src/mame/drivers/bottom9.c
+++ b/src/mame/drivers/bottom9.c
@@ -334,6 +334,7 @@ static MACHINE_CONFIG_START( bottom9, bottom9_state )
MCFG_SCREEN_SIZE(64*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(14*8, (64-14)*8-1, 2*8, 30*8-1 )
MCFG_SCREEN_UPDATE_DRIVER(bottom9_state, screen_update_bottom9)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_PALETTE_ADD("palette", 1024)
MCFG_PALETTE_ENABLE_SHADOWS()