summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/discoboy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/discoboy.c')
-rw-r--r--src/mame/drivers/discoboy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/discoboy.c b/src/mame/drivers/discoboy.c
index 35882162e39..eb3f428ccfc 100644
--- a/src/mame/drivers/discoboy.c
+++ b/src/mame/drivers/discoboy.c
@@ -512,7 +512,7 @@ static MACHINE_CONFIG_START( discoboy, discoboy_state )
MCFG_SCREEN_UPDATE_DRIVER(discoboy_state, screen_update_discoboy)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", discoboy)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", discoboy)
MCFG_PALETTE_ADD("palette", 0x1000)