summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stfight.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/stfight.cpp')
-rw-r--r--src/mame/drivers/stfight.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/stfight.cpp b/src/mame/drivers/stfight.cpp
index 9ccd0e23470..d01997881c6 100644
--- a/src/mame/drivers/stfight.cpp
+++ b/src/mame/drivers/stfight.cpp
@@ -514,7 +514,7 @@ MACHINE_CONFIG_START(stfight_state::cshooter)
MCFG_DEVICE_PROGRAM_MAP(cshooter_cpu1_map)
MCFG_DEVICE_VBLANK_INT_DRIVER("airraid_vid:screen", stfight_state, stfight_vb_interrupt)
- MCFG_AIRRAID_VIDEO_ADD("airraid_vid")
+ AIRRAID_VIDEO(config, "airraid_vid", 0);
MACHINE_CONFIG_END