summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rowamet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rowamet.cpp')
-rw-r--r--src/mame/drivers/rowamet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rowamet.cpp b/src/mame/drivers/rowamet.cpp
index 3f8794fa794..19b6f39b9af 100644
--- a/src/mame/drivers/rowamet.cpp
+++ b/src/mame/drivers/rowamet.cpp
@@ -232,7 +232,7 @@ MACHINE_CONFIG_START(rowamet_state::rowamet)
MCFG_TIMER_DRIVER_ADD_PERIODIC("timer_a", rowamet_state, timer_a, attotime::from_hz(200))
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_rowamet)
+ config.set_default_layout(layout_rowamet);
/* Sound */
SPEAKER(config, "speaker").front_center();