summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/feversoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/feversoc.cpp')
-rw-r--r--src/mame/drivers/feversoc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/feversoc.cpp b/src/mame/drivers/feversoc.cpp
index dc20cddadc8..ae4861309e2 100644
--- a/src/mame/drivers/feversoc.cpp
+++ b/src/mame/drivers/feversoc.cpp
@@ -228,7 +228,7 @@ static const gfx_layout spi_spritelayout =
};
-static GFXDECODE_START( feversoc )
+static GFXDECODE_START( gfx_feversoc )
GFXDECODE_ENTRY( "gfx1", 0, spi_spritelayout, 0, 0x40 )
GFXDECODE_END
@@ -300,7 +300,7 @@ MACHINE_CONFIG_START(feversoc_state::feversoc)
MCFG_SCREEN_PALETTE("palette")
MCFG_SCREEN_VBLANK_CALLBACK(WRITELINE(*this, feversoc_state, feversoc_irq))
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", feversoc)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_feversoc)
MCFG_PALETTE_ADD("palette", 0x1000)
MCFG_PALETTE_FORMAT(xBBBBBGGGGGRRRRR)