summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/x1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/x1.c')
-rw-r--r--src/mess/drivers/x1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/x1.c b/src/mess/drivers/x1.c
index 4af21662d7c..304b9cf6cf7 100644
--- a/src/mess/drivers/x1.c
+++ b/src/mess/drivers/x1.c
@@ -2587,7 +2587,7 @@ static MACHINE_CONFIG_START( x1, x1_state )
MCFG_PALETTE_ADD("palette", 0x10+0x1000)
MCFG_PALETTE_INIT_OWNER(x1_state,x1)
- MCFG_GFXDECODE_ADD("gfxdecode", x1)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", x1)
MCFG_VIDEO_START_OVERRIDE(x1_state,x1)