summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/testconsole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/testconsole.cpp')
-rw-r--r--src/mame/drivers/testconsole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/testconsole.cpp b/src/mame/drivers/testconsole.cpp
index d66819e8a15..ee68ee91d28 100644
--- a/src/mame/drivers/testconsole.cpp
+++ b/src/mame/drivers/testconsole.cpp
@@ -196,7 +196,7 @@ MACHINE_CONFIG_START(whouse_testcons_state::whousetc)
MCFG_DEVICE_ADD("dsp3", DL1416B, u32(0))
MCFG_DL1416_UPDATE_HANDLER(WRITE16(*this, whouse_testcons_state, update_dsp<3>))
- MCFG_DEFAULT_LAYOUT(layout_whousetc)
+ config.set_default_layout(layout_whousetc);
MACHINE_CONFIG_END