summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/truco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/truco.c')
-rw-r--r--src/mame/drivers/truco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/truco.c b/src/mame/drivers/truco.c
index f66d32d3e97..b5f391ca4b1 100644
--- a/src/mame/drivers/truco.c
+++ b/src/mame/drivers/truco.c
@@ -469,7 +469,7 @@ static MACHINE_CONFIG_START( truco, truco_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */)
MCFG_SCREEN_SIZE(256, 192)
MCFG_SCREEN_VISIBLE_AREA(0, 256-1, 0, 192-1)
- MCFG_SCREEN_UPDATE_STATIC(truco)
+ MCFG_SCREEN_UPDATE_DRIVER(truco_state, screen_update_truco)
MCFG_PALETTE_LENGTH(16)