summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/4enraya.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/4enraya.c')
-rw-r--r--src/mame/drivers/4enraya.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/4enraya.c b/src/mame/drivers/4enraya.c
index f500566b86a..c7989804e97 100644
--- a/src/mame/drivers/4enraya.c
+++ b/src/mame/drivers/4enraya.c
@@ -328,7 +328,7 @@ static MACHINE_CONFIG_START( 4enraya, _4enraya_state )
MCFG_SCREEN_UPDATE_DRIVER(_4enraya_state, screen_update_4enraya)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", 4enraya)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", 4enraya)
MCFG_PALETTE_ADD("palette", 8)
MCFG_PALETTE_INIT_OWNER(_4enraya_state, _4enraya)