summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/inder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/inder.cpp')
-rw-r--r--src/mame/drivers/inder.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/inder.cpp b/src/mame/drivers/inder.cpp
index 20650f2ab10..d108a2e2f00 100644
--- a/src/mame/drivers/inder.cpp
+++ b/src/mame/drivers/inder.cpp
@@ -1366,7 +1366,7 @@ MACHINE_CONFIG_START(inder_state::brvteam)
MCFG_NVRAM_ADD_1FILL("nvram")
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_inder)
+ config.set_default_layout(layout_inder);
/* Sound */
genpin_audio(config);
@@ -1384,7 +1384,7 @@ MACHINE_CONFIG_START(inder_state::canasta)
MCFG_NVRAM_ADD_1FILL("nvram")
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_inder)
+ config.set_default_layout(layout_inder);
/* Sound */
genpin_audio(config);
@@ -1405,7 +1405,7 @@ MACHINE_CONFIG_START(inder_state::lapbylap)
MCFG_NVRAM_ADD_1FILL("nvram")
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_inder)
+ config.set_default_layout(layout_inder);
/* Sound */
genpin_audio(config);
@@ -1429,7 +1429,7 @@ MACHINE_CONFIG_START(inder_state::inder)
MCFG_NVRAM_ADD_1FILL("nvram")
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_inder)
+ config.set_default_layout(layout_inder);
/* Sound */
genpin_audio(config);