summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/icecold.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/icecold.cpp')
-rw-r--r--src/mame/drivers/icecold.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/icecold.cpp b/src/mame/drivers/icecold.cpp
index 409d88cc508..c9d32dc41c8 100644
--- a/src/mame/drivers/icecold.cpp
+++ b/src/mame/drivers/icecold.cpp
@@ -398,7 +398,7 @@ MACHINE_CONFIG_START(icecold_state::icecold)
MCFG_TIMER_DRIVER_ADD_PERIODIC("motors_timer", icecold_state, icecold_motors_timer, attotime::from_msec(50))
// video hardware
- MCFG_DEFAULT_LAYOUT(layout_icecold)
+ config.set_default_layout(layout_icecold);
// sound hardware
SPEAKER(config, "mono").front_center();