summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/upscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/upscope.c')
-rw-r--r--src/mame/drivers/upscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/upscope.c b/src/mame/drivers/upscope.c
index dc4f97c04ca..259888dbc62 100644
--- a/src/mame/drivers/upscope.c
+++ b/src/mame/drivers/upscope.c
@@ -324,7 +324,7 @@ static MACHINE_CONFIG_START( upscope, upscope_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
MCFG_SCREEN_SIZE(512*2, 262)
MCFG_SCREEN_VISIBLE_AREA((129-8)*2, (449+8-1)*2, 44-8, 244+8-1)
- MCFG_SCREEN_UPDATE_STATIC(amiga)
+ MCFG_SCREEN_UPDATE_DRIVER(amiga_state, screen_update_amiga)
MCFG_PALETTE_LENGTH(4096)
MCFG_PALETTE_INIT_OVERRIDE(upscope_state,amiga)