summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kim1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kim1.cpp')
-rw-r--r--src/mame/drivers/kim1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kim1.cpp b/src/mame/drivers/kim1.cpp
index fa2a39ff1f7..178e5bfce3c 100644
--- a/src/mame/drivers/kim1.cpp
+++ b/src/mame/drivers/kim1.cpp
@@ -247,7 +247,7 @@ MACHINE_CONFIG_START(kim1_state::kim1)
MCFG_QUANTUM_TIME(attotime::from_hz(60))
// video hardware
- MCFG_DEFAULT_LAYOUT( layout_kim1 )
+ config.set_default_layout(layout_kim1);
// devices
MCFG_DEVICE_ADD("miot_u2", MOS6530, 1000000)