summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fidelmcs48.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fidelmcs48.cpp')
-rw-r--r--src/mame/drivers/fidelmcs48.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fidelmcs48.cpp b/src/mame/drivers/fidelmcs48.cpp
index 78cdeb4b104..71a59804cbb 100644
--- a/src/mame/drivers/fidelmcs48.cpp
+++ b/src/mame/drivers/fidelmcs48.cpp
@@ -161,7 +161,7 @@ MACHINE_CONFIG_START(fidelmcs48_state::sc6)
MCFG_MCS48_PORT_T1_IN_CB(READLINE(*this, fidelmcs48_state, sc6_input7_r))
MCFG_TIMER_DRIVER_ADD_PERIODIC("display_decay", fidelbase_state, display_decay_tick, attotime::from_msec(1))
- MCFG_DEFAULT_LAYOUT(layout_fidel_sc6)
+ config.set_default_layout(layout_fidel_sc6);
/* sound hardware */
SPEAKER(config, "speaker").front_center();