summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ti85.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ti85.c')
-rw-r--r--src/mess/drivers/ti85.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/ti85.c b/src/mess/drivers/ti85.c
index e96c50e85f1..3e8a3c29270 100644
--- a/src/mess/drivers/ti85.c
+++ b/src/mess/drivers/ti85.c
@@ -501,7 +501,7 @@ static MACHINE_CONFIG_START( ti81, ti85_state )
MCFG_SCREEN_VBLANK_TIME(0)
MCFG_SCREEN_SIZE(96, 64)
MCFG_SCREEN_VISIBLE_AREA(0, 96-1, 0, 64-1)
- MCFG_SCREEN_UPDATE_STATIC( ti85 )
+ MCFG_SCREEN_UPDATE_DRIVER(ti85_state, screen_update_ti85)
MCFG_PALETTE_LENGTH(224)