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 d558473f77f..0e85fb3af6f 100644
--- a/src/mame/video/stfight_dev.cpp
+++ b/src/mame/video/stfight_dev.cpp
@@ -119,7 +119,7 @@ MACHINE_CONFIG_START(stfight_video_device::device_add_mconfig)
MCFG_SCREEN_UPDATE_DRIVER(stfight_video_device, screen_update_stfight)
MCFG_SCREEN_PALETTE("^palette")
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "^palette", gfx_stfight)
+ GFXDECODE(config, m_gfxdecode, m_palette, gfx_stfight);
MACHINE_CONFIG_END
/*