summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/macrossp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/macrossp.cpp')
-rw-r--r--src/mame/drivers/macrossp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/macrossp.cpp b/src/mame/drivers/macrossp.cpp
index 07f7a6ba2b4..42f66522208 100644
--- a/src/mame/drivers/macrossp.cpp
+++ b/src/mame/drivers/macrossp.cpp
@@ -510,7 +510,7 @@ static const gfx_layout macrossp_char16x16x8layout =
16*128
};
-static GFXDECODE_START( macrossp )
+static GFXDECODE_START( gfx_macrossp )
GFXDECODE_ENTRY( "gfx1", 0, macrossp_char16x16x8layout, 0x000, 0x20 ) /* 8bpp but 6bpp granularity */
GFXDECODE_ENTRY( "gfx2", 0, macrossp_char16x16x8layout, 0x800, 0x20 ) /* 8bpp but 6bpp granularity */
GFXDECODE_ENTRY( "gfx3", 0, macrossp_char16x16x8layout, 0x800, 0x20 ) /* 8bpp but 6bpp granularity */
@@ -561,7 +561,7 @@ MACHINE_CONFIG_START(macrossp_state::macrossp)
MCFG_SCREEN_UPDATE_DRIVER(macrossp_state, screen_update_macrossp)
MCFG_SCREEN_VBLANK_CALLBACK(WRITELINE(*this, macrossp_state, screen_vblank_macrossp))
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", macrossp)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_macrossp)
MCFG_PALETTE_ADD("palette", 4096)
MCFG_PALETTE_FORMAT(RGBX)