summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/srmp5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/srmp5.cpp')
-rw-r--r--src/mame/drivers/srmp5.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/srmp5.cpp b/src/mame/drivers/srmp5.cpp
index a3f4cb89e0b..2b7b63fffeb 100644
--- a/src/mame/drivers/srmp5.cpp
+++ b/src/mame/drivers/srmp5.cpp
@@ -557,7 +557,7 @@ static const gfx_layout tile_16x16x8_layout =
};
#endif
-static GFXDECODE_START( srmp5 )
+static GFXDECODE_START( gfx_srmp5 )
GFXDECODE_ENTRY( "gfx1", 0, tile_16x8x8_layout, 0x0, 0x800 )
//GFXDECODE_ENTRY( "gfx1", 0, tile_16x16x8_layout, 0x0, 0x800 )
GFXDECODE_END
@@ -589,7 +589,7 @@ MACHINE_CONFIG_START(srmp5_state::srmp5)
MCFG_PALETTE_MEMBITS(16)
#ifdef DEBUG_CHAR
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", srmp5 )
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_srmp5)
#endif
MACHINE_CONFIG_END