summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nss.cpp')
-rw-r--r--src/mame/drivers/nss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nss.cpp b/src/mame/drivers/nss.cpp
index 9618457ed66..5bbcbc0e13b 100644
--- a/src/mame/drivers/nss.cpp
+++ b/src/mame/drivers/nss.cpp
@@ -863,7 +863,7 @@ MACHINE_CONFIG_START(nss_state::nss)
/* video hardware */
/* TODO: the screen should actually superimpose, but for the time being let's just separate outputs */
- MCFG_DEFAULT_LAYOUT(layout_dualhsxs)
+ config.set_default_layout(layout_dualhsxs);
// SNES PPU
MCFG_SCREEN_ADD("screen", RASTER)