summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/himesiki.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/himesiki.cpp')
-rw-r--r--src/mame/drivers/himesiki.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/himesiki.cpp b/src/mame/drivers/himesiki.cpp
index 0ae9780cd4f..2533e56898d 100644
--- a/src/mame/drivers/himesiki.cpp
+++ b/src/mame/drivers/himesiki.cpp
@@ -397,7 +397,7 @@ static const gfx_layout layout_spr =
16*16*4
};
-static GFXDECODE_START( himesiki )
+static GFXDECODE_START( gfx_himesiki )
GFXDECODE_ENTRY( "bgtiles", 0, layout_bg, 0x000, 16 )
GFXDECODE_ENTRY( "sprites", 0, layout_spr, 0x200, 16 )
GFXDECODE_ENTRY( "spr_p103a", 0, layout_p103a, 0x200, 16 )
@@ -457,7 +457,7 @@ MACHINE_CONFIG_START(himesiki_state::himesiki)
MCFG_SCREEN_UPDATE_DRIVER(himesiki_state, screen_update_himesiki)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", himesiki)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_himesiki)
MCFG_PALETTE_ADD_INIT_BLACK("palette", 1024)
MCFG_PALETTE_FORMAT(xRRRRRGGGGGBBBBB)