summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pengo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pengo.c')
-rw-r--r--src/mame/drivers/pengo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/pengo.c b/src/mame/drivers/pengo.c
index 7075a97527e..6a8cef1e1d9 100644
--- a/src/mame/drivers/pengo.c
+++ b/src/mame/drivers/pengo.c
@@ -390,6 +390,7 @@ static MACHINE_CONFIG_START( pengo, pengo_state )
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_RAW_PARAMS(PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART)
MCFG_SCREEN_UPDATE_DRIVER(pengo_state, screen_update_pacman)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_VIDEO_START_OVERRIDE(pengo_state,pengo)