summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wicat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wicat.cpp')
-rw-r--r--src/mame/drivers/wicat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wicat.cpp b/src/mame/drivers/wicat.cpp
index 41f0e90e68f..1b692b43701 100644
--- a/src/mame/drivers/wicat.cpp
+++ b/src/mame/drivers/wicat.cpp
@@ -895,7 +895,7 @@ MACHINE_CONFIG_START(wicat_state::wicat)
MCFG_I8275_VRTC_CALLBACK(WRITELINE(*this, wicat_state, crtc_irq_w))
MCFG_VIDEO_SET_SCREEN("screen")
- MCFG_DEFAULT_LAYOUT(layout_wicat)
+ config.set_default_layout(layout_wicat);
/* Winchester Disk Controller (WD1000 + FD1795) */
MCFG_DEVICE_ADD("wd1kcpu", N8X300, 8_MHz_XTAL)