summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stfight_dev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stfight_dev.cpp')
-rw-r--r--src/mame/video/stfight_dev.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/stfight_dev.cpp b/src/mame/video/stfight_dev.cpp
index 5a89418055f..0bc3521ecfb 100644
--- a/src/mame/video/stfight_dev.cpp
+++ b/src/mame/video/stfight_dev.cpp
@@ -109,7 +109,7 @@ static GFXDECODE_START( stfight )
GFXDECODE_ENTRY( "spr_gfx", 0x0000, spritelayout, 0, 32 )
GFXDECODE_END
-static MACHINE_CONFIG_FRAGMENT( stfight_vid )
+static MACHINE_CONFIG_START( stfight_vid )
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)