summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tx0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/tx0.c')
-rw-r--r--src/mess/drivers/tx0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/tx0.c b/src/mess/drivers/tx0.c
index 44fbf1be6dc..e11511fca33 100644
--- a/src/mess/drivers/tx0.c
+++ b/src/mess/drivers/tx0.c
@@ -1615,8 +1615,8 @@ static MACHINE_CONFIG_START( tx0_64kw, tx0_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500)) /* not accurate */
MCFG_SCREEN_SIZE(virtual_width, virtual_height)
MCFG_SCREEN_VISIBLE_AREA(0, virtual_width-1, 0, virtual_height-1)
- MCFG_SCREEN_UPDATE_STATIC(tx0)
- MCFG_SCREEN_VBLANK_STATIC(tx0)
+ MCFG_SCREEN_UPDATE_DRIVER(tx0_state, screen_update_tx0)
+ MCFG_SCREEN_VBLANK_DRIVER(tx0_state, screen_eof_tx0)
MCFG_CRT_ADD( "crt", tx0_crt_interface )
MCFG_DEVICE_ADD("readt", TX0_READTAPE, 0)