summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ppmast93.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ppmast93.c')
-rw-r--r--src/mame/drivers/ppmast93.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ppmast93.c b/src/mame/drivers/ppmast93.c
index 3aec4e02861..5e3b696e63d 100644
--- a/src/mame/drivers/ppmast93.c
+++ b/src/mame/drivers/ppmast93.c
@@ -386,7 +386,7 @@ static MACHINE_CONFIG_START( ppmast93, ppmast93_state )
MCFG_SCREEN_UPDATE_DRIVER(ppmast93_state, screen_update_ppmast93)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", ppmast93)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", ppmast93)
MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", 0x100)