summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ichiban.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ichiban.cpp')
-rw-r--r--src/mame/drivers/ichiban.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ichiban.cpp b/src/mame/drivers/ichiban.cpp
index ddcfc118ba6..19d0edfa871 100644
--- a/src/mame/drivers/ichiban.cpp
+++ b/src/mame/drivers/ichiban.cpp
@@ -102,7 +102,7 @@ static const gfx_layout charlayout =
8*8*8
};
-static GFXDECODE_START( ichibanjyan )
+static GFXDECODE_START( gfx_ichibanjyan )
GFXDECODE_ENTRY( "gfx1", 0, charlayout, 0, 1 )
GFXDECODE_ENTRY( "gfx2", 0, charlayout, 0, 1 )
GFXDECODE_END
@@ -136,7 +136,7 @@ MACHINE_CONFIG_START(ichibanjyan_state::ichibanjyan)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", ichibanjyan)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_ichibanjyan)
MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 512)