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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pengo.c b/src/mame/drivers/pengo.c
index 2588e5c61d7..9e9bc6014b6 100644
--- a/src/mame/drivers/pengo.c
+++ b/src/mame/drivers/pengo.c
@@ -391,7 +391,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_STATIC(pacman)
+ MCFG_SCREEN_UPDATE_DRIVER(pengo_state, screen_update_pacman)
MCFG_PALETTE_INIT_OVERRIDE(pengo_state,pacman)
MCFG_VIDEO_START_OVERRIDE(pengo_state,pengo)