summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vk100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vk100.cpp')
-rw-r--r--src/mame/drivers/vk100.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vk100.cpp b/src/mame/drivers/vk100.cpp
index 9b4820d6b56..3090162f4e1 100644
--- a/src/mame/drivers/vk100.cpp
+++ b/src/mame/drivers/vk100.cpp
@@ -1066,7 +1066,7 @@ MACHINE_CONFIG_START(vk100_state::vk100)
dbrg.fr_handler().set(m_uart, FUNC(i8251_device::write_rxc));
dbrg.ft_handler().set(m_uart, FUNC(i8251_device::write_txc));
- MCFG_DEFAULT_LAYOUT( layout_vk100 )
+ config.set_default_layout(layout_vk100);
SPEAKER(config, "mono").front_center();
BEEP(config, m_speaker, 116).add_route(ALL_OUTPUTS, "mono", 0.25); // 116 hz (page 172 of TM), but duty cycle is wrong here!