summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tek410x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/tek410x.c')
-rw-r--r--src/mess/drivers/tek410x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/tek410x.c b/src/mess/drivers/tek410x.c
index 67e9b34e45a..75a18d5f1f6 100644
--- a/src/mess/drivers/tek410x.c
+++ b/src/mess/drivers/tek410x.c
@@ -99,7 +99,7 @@ static MACHINE_CONFIG_START( tek4107a, tek4107a_state )
MCFG_SCREEN_VISIBLE_AREA(0, 640-1, 0, 480-1)
MCFG_PALETTE_ADD("palette", 64)
- MCFG_GFXDECODE_ADD("gfxdecode", tek4107a)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", tek4107a)
MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( tek4109a, tek4107a )