summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sauro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sauro.c')
-rw-r--r--src/mame/drivers/sauro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/sauro.c b/src/mame/drivers/sauro.c
index 258905c62a1..be07dd82109 100644
--- a/src/mame/drivers/sauro.c
+++ b/src/mame/drivers/sauro.c
@@ -407,7 +407,7 @@ static MACHINE_CONFIG_DERIVED( trckydoc, tecfri )
MCFG_VIDEO_START_OVERRIDE(sauro_state,trckydoc)
MCFG_SCREEN_MODIFY("screen")
- MCFG_SCREEN_UPDATE_STATIC(trckydoc)
+ MCFG_SCREEN_UPDATE_DRIVER(sauro_state, screen_update_trckydoc)
MACHINE_CONFIG_END
@@ -425,7 +425,7 @@ static MACHINE_CONFIG_DERIVED( sauro, tecfri )
MCFG_VIDEO_START_OVERRIDE(sauro_state,sauro)
MCFG_SCREEN_MODIFY("screen")
- MCFG_SCREEN_UPDATE_STATIC(sauro)
+ MCFG_SCREEN_UPDATE_DRIVER(sauro_state, screen_update_sauro)
MCFG_SOUND_ADD("speech", SP0256, 3120000)
MCFG_SOUND_CONFIG(sauro_sp256)