summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dambustr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dambustr.c')
-rw-r--r--src/mame/drivers/dambustr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dambustr.c b/src/mame/drivers/dambustr.c
index 226599175d0..74c8f683742 100644
--- a/src/mame/drivers/dambustr.c
+++ b/src/mame/drivers/dambustr.c
@@ -261,7 +261,7 @@ static MACHINE_CONFIG_START( dambustr, dambustr_state )
MCFG_SCREEN_REFRESH_RATE(16000.0/132/2)
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(dambustr)
+ MCFG_SCREEN_UPDATE_DRIVER(dambustr_state, screen_update_dambustr)
MCFG_GFXDECODE(dambustr)
MCFG_PALETTE_LENGTH(32+2+64+8) /* 32 for the characters, 2 for the bullets, 64 for the stars, 8 for the background */