summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/flkatck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/flkatck.cpp')
-rw-r--r--src/mame/drivers/flkatck.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/flkatck.cpp b/src/mame/drivers/flkatck.cpp
index fcfd7286c6d..52a8e40a441 100644
--- a/src/mame/drivers/flkatck.cpp
+++ b/src/mame/drivers/flkatck.cpp
@@ -239,8 +239,8 @@ MACHINE_CONFIG_START(flkatck_state::flkatck)
MCFG_PALETTE_FORMAT(xBBBBBGGGGGRRRRR)
MCFG_PALETTE_ENDIANNESS(ENDIANNESS_LITTLE)
- MCFG_K007121_ADD("k007121")
- MCFG_K007121_PALETTE("palette")
+ K007121(config, m_k007121, 0);
+ m_k007121->set_palette_tag("palette");
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();