summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mystston.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mystston.cpp')
-rw-r--r--src/mame/video/mystston.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mystston.cpp b/src/mame/video/mystston.cpp
index 564b9ca6ce0..db8335090e8 100644
--- a/src/mame/video/mystston.cpp
+++ b/src/mame/video/mystston.cpp
@@ -314,7 +314,7 @@ MACHINE_CONFIG_START(mystston_state::mystston_video)
MCFG_VIDEO_START_OVERRIDE(mystston_state,mystston)
MCFG_VIDEO_RESET_OVERRIDE(mystston_state,mystston)
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_mystston)
+ GFXDECODE(config, m_gfxdecode, m_palette, gfx_mystston);
MCFG_PALETTE_ADD("palette", 0x40)
MCFG_SCREEN_ADD("screen", RASTER)