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