summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tek410x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tek410x.cpp')
-rw-r--r--src/mame/drivers/tek410x.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tek410x.cpp b/src/mame/drivers/tek410x.cpp
index ef4ee414f7f..6ba4107428d 100644
--- a/src/mame/drivers/tek410x.cpp
+++ b/src/mame/drivers/tek410x.cpp
@@ -80,7 +80,7 @@ static const gfx_layout tek4107a_charlayout =
16*8
};
-static GFXDECODE_START( tek4107a )
+static GFXDECODE_START( gfx_tek4107a )
GFXDECODE_ENTRY( "chargen", 0x0000, tek4107a_charlayout, 0, 1 )
GFXDECODE_END
@@ -107,7 +107,7 @@ MACHINE_CONFIG_START(tek4107a_state::tek4107a)
MCFG_SCREEN_VISIBLE_AREA(0, 640-1, 0, 480-1)
MCFG_PALETTE_ADD("palette", 64)
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", tek4107a)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_tek4107a)
MACHINE_CONFIG_END
MACHINE_CONFIG_START(tek4107a_state::tek4109a)