summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scramble.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scramble.c')
-rw-r--r--src/mame/drivers/scramble.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/scramble.c b/src/mame/drivers/scramble.c
index efa1498f515..0c8b57a74ca 100644
--- a/src/mame/drivers/scramble.c
+++ b/src/mame/drivers/scramble.c
@@ -1344,7 +1344,7 @@ static MACHINE_CONFIG_START( scramble, scramble_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
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(galaxold)
+ MCFG_SCREEN_UPDATE_DRIVER(scramble_state, screen_update_galaxold)
MCFG_GFXDECODE(scramble)
MCFG_PALETTE_LENGTH(32+64+2+1) /* 32 for characters, 64 for stars, 2 for bullets, 0/1 for background */
@@ -1572,7 +1572,7 @@ static MACHINE_CONFIG_START( ad2083, scramble_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
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(galaxold)
+ MCFG_SCREEN_UPDATE_DRIVER(scramble_state, screen_update_galaxold)
MCFG_GFXDECODE(ad2083)
MCFG_PALETTE_LENGTH(32+64+2+8) /* 32 for characters, 64 for stars, 2 for bullets, 8 for background */