summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcofl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/namcofl.cpp')
-rw-r--r--src/mame/drivers/namcofl.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/namcofl.cpp b/src/mame/drivers/namcofl.cpp
index 8f2349c5060..7676ecbbe03 100644
--- a/src/mame/drivers/namcofl.cpp
+++ b/src/mame/drivers/namcofl.cpp
@@ -508,10 +508,10 @@ static const gfx_layout roz_layout =
16*128
};
-static GFXDECODE_START( gfx_2 )
- GFXDECODE_ENTRY( NAMCOFL_TILEGFXREGION, 0, tile_layout, 0x1000, 0x08 )
- GFXDECODE_ENTRY( NAMCOFL_SPRITEGFXREGION, 0, obj_layout, 0x0000, 0x10 )
- GFXDECODE_ENTRY( NAMCOFL_ROTGFXREGION, 0, roz_layout, 0x1800, 0x08 )
+static GFXDECODE_START( gfx_namcofl )
+ GFXDECODE_ENTRY( NAMCOFL_TILEGFXREGION, 0, tile_layout, 0x1000, 0x08 )
+ GFXDECODE_ENTRY( NAMCOFL_SPRITEGFXREGION, 0, obj_layout, 0x0000, 0x10 )
+ GFXDECODE_ENTRY( NAMCOFL_ROTGFXREGION, 0, roz_layout, 0x1800, 0x08 )
GFXDECODE_END
@@ -605,7 +605,7 @@ MACHINE_CONFIG_START(namcofl_state::namcofl)
MCFG_PALETTE_ADD("palette", 8192)
- MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_2)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_namcofl)
MCFG_DEVICE_ADD("c116", NAMCO_C116, 0)
MCFG_GFX_PALETTE("palette")