summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lemmings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lemmings.c')
-rw-r--r--src/mame/drivers/lemmings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/lemmings.c b/src/mame/drivers/lemmings.c
index 7e232c81851..726cec65fa2 100644
--- a/src/mame/drivers/lemmings.c
+++ b/src/mame/drivers/lemmings.c
@@ -278,8 +278,8 @@ static MACHINE_CONFIG_START( lemmings, lemmings_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(529))
MCFG_SCREEN_SIZE(40*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 40*8-1, 2*8, 30*8-1)
- MCFG_SCREEN_UPDATE_STATIC(lemmings)
- MCFG_SCREEN_VBLANK_STATIC(lemmings)
+ MCFG_SCREEN_UPDATE_DRIVER(lemmings_state, screen_update_lemmings)
+ MCFG_SCREEN_VBLANK_DRIVER(lemmings_state, screen_eof_lemmings)
MCFG_GFXDECODE(lemmings)
MCFG_PALETTE_LENGTH(1024)