summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/simpsons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/simpsons.cpp')
-rw-r--r--src/mame/drivers/simpsons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/simpsons.cpp b/src/mame/drivers/simpsons.cpp
index cd2c77a0a99..83173077009 100644
--- a/src/mame/drivers/simpsons.cpp
+++ b/src/mame/drivers/simpsons.cpp
@@ -363,7 +363,7 @@ MACHINE_CONFIG_START(simpsons_state::simpsons)
m_k053246->set_config("gfx2", NORMAL_PLANE_ORDER, 53, 23);
m_k053246->set_palette("palette");
- MCFG_K053251_ADD("k053251")
+ K053251(config, m_k053251, 0);
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();