summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/homerun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/homerun.c')
-rw-r--r--src/mame/drivers/homerun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/homerun.c b/src/mame/drivers/homerun.c
index 2d4b2494700..e6f079e50d6 100644
--- a/src/mame/drivers/homerun.c
+++ b/src/mame/drivers/homerun.c
@@ -397,7 +397,7 @@ static MACHINE_CONFIG_START( dynashot, homerun_state )
MCFG_SCREEN_REFRESH_RATE(60)
MCFG_SCREEN_SIZE(256, 256)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 30*8-1)
- MCFG_SCREEN_UPDATE_STATIC(homerun)
+ MCFG_SCREEN_UPDATE_DRIVER(homerun_state, screen_update_homerun)
MCFG_GFXDECODE(homerun)
MCFG_PALETTE_LENGTH(16*4)