summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarigt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarigt.c')
-rw-r--r--src/mame/drivers/atarigt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/atarigt.c b/src/mame/drivers/atarigt.c
index f2b70528324..e4869b338e8 100644
--- a/src/mame/drivers/atarigt.c
+++ b/src/mame/drivers/atarigt.c
@@ -826,8 +826,8 @@ static MACHINE_CONFIG_START( atarigt, atarigt_state )
/* note: these parameters are from published specs, not derived */
/* the board uses a pair of GALs to determine H and V parameters */
MCFG_SCREEN_RAW_PARAMS(ATARI_CLOCK_14MHz/2, 456, 0, 336, 262, 0, 240)
- MCFG_SCREEN_UPDATE_STATIC(atarigt)
- MCFG_SCREEN_VBLANK_STATIC(atarigt)
+ MCFG_SCREEN_UPDATE_DRIVER(atarigt_state, screen_update_atarigt)
+ MCFG_SCREEN_VBLANK_DRIVER(atarigt_state, screen_eof_atarigt)
MCFG_VIDEO_START_OVERRIDE(atarigt_state,atarigt)