summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/battlera.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/battlera.c')
-rw-r--r--src/mame/drivers/battlera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/battlera.c b/src/mame/drivers/battlera.c
index e3de7eedbcf..7e5fee8ab1f 100644
--- a/src/mame/drivers/battlera.c
+++ b/src/mame/drivers/battlera.c
@@ -245,7 +245,7 @@ static MACHINE_CONFIG_START( battlera, battlera_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, 1*8, 30*8-1)
- MCFG_SCREEN_UPDATE_STATIC(battlera)
+ MCFG_SCREEN_UPDATE_DRIVER(battlera_state, screen_update_battlera)
MCFG_GFXDECODE(battlera)
MCFG_PALETTE_LENGTH(512)