summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/a7800.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/a7800.c')
-rw-r--r--src/mess/drivers/a7800.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/a7800.c b/src/mess/drivers/a7800.c
index 6643305ddef..bd37c089338 100644
--- a/src/mess/drivers/a7800.c
+++ b/src/mess/drivers/a7800.c
@@ -262,7 +262,7 @@ static MACHINE_CONFIG_START( a7800_ntsc, a7800_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500)) /* not accurate */
MCFG_SCREEN_SIZE(640,262)
MCFG_SCREEN_VISIBLE_AREA(0,319,25,45+204)
- MCFG_SCREEN_UPDATE_STATIC(a7800)
+ MCFG_SCREEN_UPDATE_DRIVER(a7800_state, screen_update_a7800)
MCFG_PALETTE_LENGTH(ARRAY_LENGTH(a7800_palette))