summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tecmo16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tecmo16.c')
-rw-r--r--src/mame/drivers/tecmo16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tecmo16.c b/src/mame/drivers/tecmo16.c
index f5ae1357cbe..fa025813321 100644
--- a/src/mame/drivers/tecmo16.c
+++ b/src/mame/drivers/tecmo16.c
@@ -391,7 +391,7 @@ static MACHINE_CONFIG_START( fstarfrc, tecmo16_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
- MCFG_SCREEN_UPDATE_STATIC(tecmo16)
+ MCFG_SCREEN_UPDATE_DRIVER(tecmo16_state, screen_update_tecmo16)
MCFG_GFXDECODE(tecmo16)
MCFG_PALETTE_LENGTH(4096)