summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/epos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/epos.c')
-rw-r--r--src/mame/drivers/epos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/epos.c b/src/mame/drivers/epos.c
index e0aa19cd52e..428556737f8 100644
--- a/src/mame/drivers/epos.c
+++ b/src/mame/drivers/epos.c
@@ -407,7 +407,7 @@ static MACHINE_CONFIG_START( epos, epos_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */)
MCFG_SCREEN_SIZE(272, 241)
MCFG_SCREEN_VISIBLE_AREA(0, 271, 0, 235)
- MCFG_SCREEN_UPDATE_STATIC(epos)
+ MCFG_SCREEN_UPDATE_DRIVER(epos_state, screen_update_epos)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
@@ -434,7 +434,7 @@ static MACHINE_CONFIG_START( dealer, epos_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */)
MCFG_SCREEN_SIZE(272, 241)
MCFG_SCREEN_VISIBLE_AREA(0, 271, 0, 235)
- MCFG_SCREEN_UPDATE_STATIC(epos)
+ MCFG_SCREEN_UPDATE_DRIVER(epos_state, screen_update_epos)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")