diff options
Diffstat (limited to 'src/mame/drivers/wico.cpp')
-rw-r--r-- | src/mame/drivers/wico.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wico.cpp b/src/mame/drivers/wico.cpp index ee0b234c0c9..2076e6a9229 100644 --- a/src/mame/drivers/wico.cpp +++ b/src/mame/drivers/wico.cpp @@ -451,7 +451,7 @@ MACHINE_CONFIG_START(wico_state::wico) MCFG_NVRAM_ADD_0FILL("nvram") /* Video */ - MCFG_DEFAULT_LAYOUT(layout_wico) + config.set_default_layout(layout_wico); /* Sound */ genpin_audio(config); |