summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pooyan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pooyan.c')
-rw-r--r--src/mame/drivers/pooyan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/pooyan.c b/src/mame/drivers/pooyan.c
index bbdb90d4dc4..707abbdac16 100644
--- a/src/mame/drivers/pooyan.c
+++ b/src/mame/drivers/pooyan.c
@@ -196,6 +196,7 @@ static MACHINE_CONFIG_START( pooyan, pooyan_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
MCFG_SCREEN_UPDATE_DRIVER(pooyan_state, screen_update_pooyan)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", pooyan)
MCFG_PALETTE_ADD("palette", 16*16+16*16)