summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/quizpun2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/quizpun2.c')
-rw-r--r--src/mame/drivers/quizpun2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/quizpun2.c b/src/mame/drivers/quizpun2.c
index 24d56022735..701302d68cc 100644
--- a/src/mame/drivers/quizpun2.c
+++ b/src/mame/drivers/quizpun2.c
@@ -512,6 +512,7 @@ static MACHINE_CONFIG_START( quizpun2, quizpun2_state )
MCFG_SCREEN_SIZE(256, 256)
MCFG_SCREEN_VISIBLE_AREA(0, 256-1, 0, 256-1)
MCFG_SCREEN_UPDATE_DRIVER(quizpun2_state, screen_update_quizpun2)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", quizpun2)
MCFG_PALETTE_ADD("palette", 0x200)