summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sfcbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sfcbox.cpp')
-rw-r--r--src/mame/drivers/sfcbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sfcbox.cpp b/src/mame/drivers/sfcbox.cpp
index d9be50fe51f..e5633858843 100644
--- a/src/mame/drivers/sfcbox.cpp
+++ b/src/mame/drivers/sfcbox.cpp
@@ -485,7 +485,7 @@ MACHINE_CONFIG_START(sfcbox_state::sfcbox)
/* 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)