summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tx0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/tx0.c')
-rw-r--r--src/mess/drivers/tx0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/tx0.c b/src/mess/drivers/tx0.c
index e6a7ddc2d49..0b667fb93dc 100644
--- a/src/mess/drivers/tx0.c
+++ b/src/mess/drivers/tx0.c
@@ -1596,7 +1596,7 @@ static MACHINE_CONFIG_START( tx0_64kw, tx0_state )
MCFG_DEVICE_ADD("typewriter", TX0_PRINTER, 0)
MCFG_DEVICE_ADD("magtape", TX0_MAGTAPE, 0)
- MCFG_GFXDECODE_ADD("gfxdecode", tx0)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", tx0)
MCFG_PALETTE_ADD("palette", total_colors_needed + sizeof(tx0_palette))
MCFG_PALETTE_INDIRECT_ENTRIES(total_colors_needed)
MCFG_PALETTE_INIT_OWNER(tx0_state, tx0)