summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/votrtnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/votrtnt.cpp')
-rw-r--r--src/mame/drivers/votrtnt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/votrtnt.cpp b/src/mame/drivers/votrtnt.cpp
index 6653e3af148..b0beaa96302 100644
--- a/src/mame/drivers/votrtnt.cpp
+++ b/src/mame/drivers/votrtnt.cpp
@@ -143,7 +143,7 @@ void votrtnt_state::votrtnt(machine_config &config)
m_maincpu->set_addrmap(AS_PROGRAM, &votrtnt_state::_6802_mem);
/* video hardware */
- //MCFG_DEFAULT_LAYOUT(layout_votrtnt)
+ //config.set_default_layout(layout_votrtnt);
/* serial hardware */
acia6850_device &acia(ACIA6850(config, "acia"));