summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gsword.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gsword.c')
-rw-r--r--src/mame/drivers/gsword.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gsword.c b/src/mame/drivers/gsword.c
index 6aa47103f60..4552dcaa7bf 100644
--- a/src/mame/drivers/gsword.c
+++ b/src/mame/drivers/gsword.c
@@ -686,7 +686,7 @@ static MACHINE_CONFIG_START( gsword, gsword_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */)
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
- MCFG_SCREEN_UPDATE_STATIC(gsword)
+ MCFG_SCREEN_UPDATE_DRIVER(gsword_state, screen_update_gsword)
MCFG_GFXDECODE(gsword)
MCFG_PALETTE_LENGTH(64*4+64*4)
@@ -729,7 +729,7 @@ static MACHINE_CONFIG_START( josvolly, gsword_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500) /* not accurate */)
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
- MCFG_SCREEN_UPDATE_STATIC(gsword)
+ MCFG_SCREEN_UPDATE_DRIVER(gsword_state, screen_update_gsword)
MCFG_GFXDECODE(gsword)
MCFG_PALETTE_LENGTH(64*4+64*4)