summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/yiear.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/yiear.c')
-rw-r--r--src/mame/drivers/yiear.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/yiear.c b/src/mame/drivers/yiear.c
index 46f64f3c368..e60b6b33e2e 100644
--- a/src/mame/drivers/yiear.c
+++ b/src/mame/drivers/yiear.c
@@ -282,6 +282,7 @@ static MACHINE_CONFIG_START( yiear, yiear_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(yiear_state, screen_update_yiear)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", yiear)
MCFG_PALETTE_ADD("palette", 32)