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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/mystston.cpp b/src/mame/video/mystston.cpp
index ef9c26677bf..564b9ca6ce0 100644
--- a/src/mame/video/mystston.cpp
+++ b/src/mame/video/mystston.cpp
@@ -296,7 +296,7 @@ static const gfx_layout spritelayout =
};
-static GFXDECODE_START( mystston )
+static GFXDECODE_START( gfx_mystston )
GFXDECODE_ENTRY( "gfx1", 0, charlayout, 4*8, 4 )
GFXDECODE_ENTRY( "gfx2", 0, spritelayout, 2*8, 1 )
GFXDECODE_ENTRY( "gfx1", 0, spritelayout, 0*8, 2 )
@@ -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_GFXDECODE_ADD("gfxdecode", "palette", mystston)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_mystston)
MCFG_PALETTE_ADD("palette", 0x40)
MCFG_SCREEN_ADD("screen", RASTER)