summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kdt6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kdt6.cpp')
-rw-r--r--src/mame/drivers/kdt6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kdt6.cpp b/src/mame/drivers/kdt6.cpp
index e2f4be5934a..d8a76b955b8 100644
--- a/src/mame/drivers/kdt6.cpp
+++ b/src/mame/drivers/kdt6.cpp
@@ -628,7 +628,7 @@ MACHINE_CONFIG_START(kdt6_state::psi98)
MCFG_SCREEN_UPDATE_DRIVER(kdt6_state, screen_update)
MCFG_PALETTE_ADD_MONOCHROME("palette")
- MCFG_DEFAULT_LAYOUT(layout_kdt6)
+ config.set_default_layout(layout_kdt6);
MCFG_MC6845_ADD("crtc", MC6845, "screen", XTAL(13'516'800) / 8)
MCFG_MC6845_SHOW_BORDER_AREA(false)