summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mpu4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mpu4.cpp')
-rw-r--r--src/mame/machine/mpu4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mpu4.cpp b/src/mame/machine/mpu4.cpp
index 72d6ad70339..80693c5212e 100644
--- a/src/mame/machine/mpu4.cpp
+++ b/src/mame/machine/mpu4.cpp
@@ -3056,7 +3056,7 @@ MACHINE_CONFIG_START(mpu4_state::mpu4base)
MCFG_NVRAM_ADD_0FILL("nvram")
- MCFG_DEFAULT_LAYOUT(layout_mpu4)
+ config.set_default_layout(layout_mpu4);
MACHINE_CONFIG_END