diff options
Diffstat (limited to 'src/mame/drivers/mpu3.cpp')
-rw-r--r-- | src/mame/drivers/mpu3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpu3.cpp b/src/mame/drivers/mpu3.cpp index b4d03417238..5165396fe8c 100644 --- a/src/mame/drivers/mpu3.cpp +++ b/src/mame/drivers/mpu3.cpp @@ -897,7 +897,7 @@ MACHINE_CONFIG_START(mpu3_state::mpu3base) MCFG_NVRAM_ADD_0FILL("nvram") - MCFG_DEFAULT_LAYOUT(layout_mpu3) + config.set_default_layout(layout_mpu3); MACHINE_CONFIG_END |