summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mk2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mk2.cpp')
-rw-r--r--src/mame/drivers/mk2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mk2.cpp b/src/mame/drivers/mk2.cpp
index 92d9af457d3..a126253a09b 100644
--- a/src/mame/drivers/mk2.cpp
+++ b/src/mame/drivers/mk2.cpp
@@ -207,7 +207,7 @@ MACHINE_CONFIG_START(mk2_state::mk2)
MCFG_QUANTUM_TIME(attotime::from_hz(60))
/* video hardware */
- MCFG_DEFAULT_LAYOUT(layout_mk2)
+ config.set_default_layout(layout_mk2);
MCFG_DEVICE_ADD("miot", MOS6530, 1000000)
MCFG_MOS6530_IN_PA_CB(READ8(*this, mk2_state, mk2_read_a))