summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/triplhnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/triplhnt.c')
-rw-r--r--src/mame/drivers/triplhnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/triplhnt.c b/src/mame/drivers/triplhnt.c
index 28f1c78a333..ac4531147cc 100644
--- a/src/mame/drivers/triplhnt.c
+++ b/src/mame/drivers/triplhnt.c
@@ -320,7 +320,7 @@ static MACHINE_CONFIG_START( triplhnt, triplhnt_state )
MCFG_SCREEN_REFRESH_RATE(60)
MCFG_SCREEN_SIZE(256, 262)
MCFG_SCREEN_VISIBLE_AREA(0, 255, 0, 239)
- MCFG_SCREEN_UPDATE_STATIC(triplhnt)
+ MCFG_SCREEN_UPDATE_DRIVER(triplhnt_state, screen_update_triplhnt)
MCFG_GFXDECODE(triplhnt)
MCFG_PALETTE_LENGTH(8)