summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jp.cpp')
-rw-r--r--src/mame/drivers/jp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jp.cpp b/src/mame/drivers/jp.cpp
index be2e3fe5400..59bb093df28 100644
--- a/src/mame/drivers/jp.cpp
+++ b/src/mame/drivers/jp.cpp
@@ -369,7 +369,7 @@ MACHINE_CONFIG_START(jp_state::jp)
LS259(config, m_latch[9]);
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_jp)
+ config.set_default_layout(layout_jp);
/* Sound */
genpin_audio(config);