summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/svmu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/svmu.cpp')
-rw-r--r--src/mame/drivers/svmu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/svmu.cpp b/src/mame/drivers/svmu.cpp
index 51475b91609..2ba3bea9fbb 100644
--- a/src/mame/drivers/svmu.cpp
+++ b/src/mame/drivers/svmu.cpp
@@ -328,7 +328,7 @@ MACHINE_CONFIG_START(svmu_state::svmu)
MCFG_SCREEN_UPDATE_DEVICE("maincpu", lc8670_cpu_device, screen_update)
MCFG_SCREEN_PALETTE("palette")
- MCFG_DEFAULT_LAYOUT(layout_svmu)
+ config.set_default_layout(layout_svmu);
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(svmu_state, svmu)