summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itech32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/itech32.c')
-rw-r--r--src/mame/drivers/itech32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/itech32.c b/src/mame/drivers/itech32.c
index acac460ef62..ee35142bb6b 100644
--- a/src/mame/drivers/itech32.c
+++ b/src/mame/drivers/itech32.c
@@ -1686,7 +1686,7 @@ static MACHINE_CONFIG_START( timekill, itech32_state )
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_RAW_PARAMS(VIDEO_CLOCK, 508, 0, 384, 262, 0, 256)
- MCFG_SCREEN_UPDATE_STATIC(itech32)
+ MCFG_SCREEN_UPDATE_DRIVER(itech32_state, screen_update_itech32)
/* sound hardware */