summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/famibox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/famibox.c')
-rw-r--r--src/mame/drivers/famibox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/famibox.c b/src/mame/drivers/famibox.c
index e35eab57dd2..540b2ee71df 100644
--- a/src/mame/drivers/famibox.c
+++ b/src/mame/drivers/famibox.c
@@ -590,6 +590,7 @@ static MACHINE_CONFIG_START( famibox, famibox_state )
MCFG_SCREEN_SIZE(32*8, 262)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 30*8-1)
MCFG_SCREEN_UPDATE_DRIVER(famibox_state, screen_update_famibox)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", famibox)
MCFG_PALETTE_ADD("palette", 8*4*16)