summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tunhunt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tunhunt.c')
-rw-r--r--src/mame/drivers/tunhunt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tunhunt.c b/src/mame/drivers/tunhunt.c
index 34a54d94a05..04b1e49d617 100644
--- a/src/mame/drivers/tunhunt.c
+++ b/src/mame/drivers/tunhunt.c
@@ -305,7 +305,7 @@ static MACHINE_CONFIG_START( tunhunt, tunhunt_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */)
MCFG_SCREEN_SIZE(256, 256-16)
MCFG_SCREEN_VISIBLE_AREA(0, 255, 0, 255-16)
- MCFG_SCREEN_UPDATE_STATIC(tunhunt)
+ MCFG_SCREEN_UPDATE_DRIVER(tunhunt_state, screen_update_tunhunt)
MCFG_GFXDECODE(tunhunt)
MCFG_PALETTE_LENGTH(0x1a)