summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/blstroid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/blstroid.c')
-rw-r--r--src/mame/drivers/blstroid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/blstroid.c b/src/mame/drivers/blstroid.c
index 4cc18aa8220..2aa2ffb843a 100644
--- a/src/mame/drivers/blstroid.c
+++ b/src/mame/drivers/blstroid.c
@@ -219,7 +219,7 @@ static MACHINE_CONFIG_START( blstroid, blstroid_state )
/* note: these parameters are from published specs, not derived */
/* the board uses an SOS-2 chip to generate video signals */
MCFG_SCREEN_RAW_PARAMS(ATARI_CLOCK_14MHz, 456*2, 0, 320*2, 262, 0, 240)
- MCFG_SCREEN_UPDATE_STATIC(blstroid)
+ MCFG_SCREEN_UPDATE_DRIVER(blstroid_state, screen_update_blstroid)
MCFG_VIDEO_START_OVERRIDE(blstroid_state,blstroid)