summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lbeach.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lbeach.c')
-rw-r--r--src/mame/drivers/lbeach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lbeach.c b/src/mame/drivers/lbeach.c
index a4f70e46f31..390b1da1448 100644
--- a/src/mame/drivers/lbeach.c
+++ b/src/mame/drivers/lbeach.c
@@ -341,7 +341,7 @@ static MACHINE_CONFIG_START( lbeach, lbeach_state )
MCFG_SCREEN_VIDEO_ATTRIBUTES(VIDEO_ALWAYS_UPDATE) // needed for collision detection
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", lbeach)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", lbeach)
MCFG_PALETTE_ADD("palette", 2+8+2)
MCFG_PALETTE_INIT_OWNER(lbeach_state, lbeach)
/* sound hardware */