summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mephisto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mephisto.cpp')
-rw-r--r--src/mame/drivers/mephisto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mephisto.cpp b/src/mame/drivers/mephisto.cpp
index ca28e53d464..b2c5966da10 100644
--- a/src/mame/drivers/mephisto.cpp
+++ b/src/mame/drivers/mephisto.cpp
@@ -322,7 +322,7 @@ MACHINE_CONFIG_START(mephisto_state::mephisto)
MCFG_TIMER_DRIVER_ADD_PERIODIC("nmi_timer", mephisto_state, update_nmi, attotime::from_hz(600))
MCFG_MEPHISTO_SENSORS_BOARD_ADD("board")
- MCFG_DEFAULT_LAYOUT(layout_mephisto)
+ config.set_default_layout(layout_mephisto);
MACHINE_CONFIG_END
MACHINE_CONFIG_START(mephisto_state::rebel5)