summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/labyrunr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/labyrunr.cpp')
-rw-r--r--src/mame/drivers/labyrunr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/labyrunr.cpp b/src/mame/drivers/labyrunr.cpp
index b1a47cabcbd..0fcfc09a5ca 100644
--- a/src/mame/drivers/labyrunr.cpp
+++ b/src/mame/drivers/labyrunr.cpp
@@ -147,7 +147,7 @@ static const gfx_layout gfxlayout =
32*8
};
-static GFXDECODE_START( labyrunr )
+static GFXDECODE_START( gfx_labyrunr )
GFXDECODE_ENTRY( "gfx1", 0, gfxlayout, 0, 8*16 )
GFXDECODE_END
@@ -183,7 +183,7 @@ MACHINE_CONFIG_START(labyrunr_state::labyrunr)
MCFG_SCREEN_PALETTE("palette")
MCFG_SCREEN_VBLANK_CALLBACK(WRITELINE(*this, labyrunr_state, vblank_irq))
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", labyrunr)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_labyrunr)
MCFG_PALETTE_ADD("palette", 2*8*16*16)
MCFG_PALETTE_INDIRECT_ENTRIES(128)
MCFG_PALETTE_FORMAT(xBBBBBGGGGGRRRRR)