summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ashnojoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ashnojoe.c')
-rw-r--r--src/mame/drivers/ashnojoe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ashnojoe.c b/src/mame/drivers/ashnojoe.c
index b54728b96cd..35b2633c2ac 100644
--- a/src/mame/drivers/ashnojoe.c
+++ b/src/mame/drivers/ashnojoe.c
@@ -357,7 +357,7 @@ static MACHINE_CONFIG_START( ashnojoe, ashnojoe_state )
MCFG_SCREEN_UPDATE_DRIVER(ashnojoe_state, screen_update_ashnojoe)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", ashnojoe)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", ashnojoe)
MCFG_PALETTE_ADD("palette", 0x1000/2)
MCFG_PALETTE_FORMAT(xRRRRRGGGGGBBBBB)