summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/pc4.c')
-rw-r--r--src/mess/drivers/pc4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/pc4.c b/src/mess/drivers/pc4.c
index 5365284bb43..3f6a7351e0b 100644
--- a/src/mess/drivers/pc4.c
+++ b/src/mess/drivers/pc4.c
@@ -234,7 +234,7 @@ static MACHINE_CONFIG_START( pc4, pc4_state )
MCFG_DEFAULT_LAYOUT(layout_lcd)
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(pc4_state, pc4)
- MCFG_GFXDECODE_ADD("gfxdecode", pc4)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", pc4)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO( "mono" )