summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/marywu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/marywu.cpp')
-rw-r--r--src/mame/drivers/marywu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/marywu.cpp b/src/mame/drivers/marywu.cpp
index 3d652fc57ad..ee61ae6c1f9 100644
--- a/src/mame/drivers/marywu.cpp
+++ b/src/mame/drivers/marywu.cpp
@@ -200,7 +200,7 @@ MACHINE_CONFIG_START(marywu_state::marywu)
MCFG_I8279_OUT_DISP_CB(WRITE8(*this, marywu_state, display_7seg_data_w))
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_marywu)
+ config.set_default_layout(layout_marywu);
/* sound hardware */
SPEAKER(config, "mono").front_center();