summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pengo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pengo.c')
-rw-r--r--src/mame/drivers/pengo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pengo.c b/src/mame/drivers/pengo.c
index 6a8cef1e1d9..967517f8144 100644
--- a/src/mame/drivers/pengo.c
+++ b/src/mame/drivers/pengo.c
@@ -382,7 +382,7 @@ static MACHINE_CONFIG_START( pengo, pengo_state )
MCFG_CPU_VBLANK_INT_DRIVER("screen", pengo_state, vblank_irq)
/* video hardware */
- MCFG_GFXDECODE_ADD("gfxdecode", pengo)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", pengo)
MCFG_PALETTE_ADD("palette", 128*4)
MCFG_PALETTE_INDIRECT_ENTRIES(32)
MCFG_PALETTE_INIT_OWNER(pengo_state,pacman)