summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/interpro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/interpro.cpp')
-rw-r--r--src/mame/drivers/interpro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/interpro.cpp b/src/mame/drivers/interpro.cpp
index 8b5ae65f35f..e4a252547f7 100644
--- a/src/mame/drivers/interpro.cpp
+++ b/src/mame/drivers/interpro.cpp
@@ -857,7 +857,7 @@ MACHINE_CONFIG_START(interpro_state::interpro)
MCFG_MOUSE_STATE_CB(WRITE32(m_ioga, interpro_ioga_device, mouse_status_w))
// system layout
- MCFG_DEFAULT_LAYOUT(layout_interpro)
+ config.set_default_layout(layout_interpro);
// software lists
MCFG_SOFTWARE_LIST_ADD("softlist", "interpro")