summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/flower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/flower.c')
-rw-r--r--src/mame/drivers/flower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/flower.c b/src/mame/drivers/flower.c
index ef360f0b1a2..bc54b918a6f 100644
--- a/src/mame/drivers/flower.c
+++ b/src/mame/drivers/flower.c
@@ -270,7 +270,7 @@ static MACHINE_CONFIG_START( flower, flower_state )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(0))
MCFG_SCREEN_SIZE(34*8, 33*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 34*8-1, 0*8, 28*8-1)
- MCFG_SCREEN_UPDATE_STATIC(flower)
+ MCFG_SCREEN_UPDATE_DRIVER(flower_state, screen_update_flower)
MCFG_GFXDECODE(flower)