summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shisen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shisen.cpp')
-rw-r--r--src/mame/drivers/shisen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/shisen.cpp b/src/mame/drivers/shisen.cpp
index 32b00909e93..4270d476250 100644
--- a/src/mame/drivers/shisen.cpp
+++ b/src/mame/drivers/shisen.cpp
@@ -207,7 +207,7 @@ static const gfx_layout charlayout =
};
-static GFXDECODE_START( shisen )
+static GFXDECODE_START( gfx_shisen )
GFXDECODE_ENTRY( "gfx1", 0x00000, charlayout, 0, 16 )
GFXDECODE_END
@@ -237,7 +237,7 @@ MACHINE_CONFIG_START(shisen_state::shisen)
MCFG_SCREEN_UPDATE_DRIVER(shisen_state, screen_update)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", shisen)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_shisen)
MCFG_PALETTE_ADD("palette", 256)