summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito.cpp')
-rw-r--r--src/mame/drivers/taito.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taito.cpp b/src/mame/drivers/taito.cpp
index 9624a5e0af0..2a0c0e31438 100644
--- a/src/mame/drivers/taito.cpp
+++ b/src/mame/drivers/taito.cpp
@@ -359,7 +359,7 @@ MACHINE_CONFIG_START(taito_state::taito)
MCFG_DEVICE_PROGRAM_MAP(taito_sub_map)
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_taito)
+ config.set_default_layout(layout_taito);
/* Sound */
genpin_audio(config);