summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chesstrv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/chesstrv.cpp')
-rw-r--r--src/mame/drivers/chesstrv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/chesstrv.cpp b/src/mame/drivers/chesstrv.cpp
index 6ba3c3dc2c7..b7e97f1d7f0 100644
--- a/src/mame/drivers/chesstrv.cpp
+++ b/src/mame/drivers/chesstrv.cpp
@@ -278,7 +278,7 @@ MACHINE_CONFIG_START(chesstrv_state::chesstrv)
MCFG_DEVICE_IO_MAP( chesstrv_io )
/* video hardware */
- MCFG_DEFAULT_LAYOUT( layout_chesstrv )
+ config.set_default_layout(layout_chesstrv);
MACHINE_CONFIG_END
MACHINE_CONFIG_START(borisdpl_state::borisdpl)
@@ -288,7 +288,7 @@ MACHINE_CONFIG_START(borisdpl_state::borisdpl)
MCFG_DEVICE_IO_MAP( borisdpl_io )
/* video hardware */
- MCFG_DEFAULT_LAYOUT( layout_borisdpl )
+ config.set_default_layout(layout_borisdpl);
//MCFG_TIMER_DRIVER_ADD_PERIODIC("timer_interrupt", borisdpl_state, timer_interrupt, attotime::from_hz(40))
MACHINE_CONFIG_END