summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vt100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vt100.cpp')
-rw-r--r--src/mame/drivers/vt100.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vt100.cpp b/src/mame/drivers/vt100.cpp
index 3deea3ebc98..d886f42c362 100644
--- a/src/mame/drivers/vt100.cpp
+++ b/src/mame/drivers/vt100.cpp
@@ -329,7 +329,7 @@ MACHINE_CONFIG_START(vt100_state::vt100)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "vt100_video:palette", gfx_vt100)
// MCFG_PALETTE_ADD_MONOCHROME("palette")
- MCFG_DEFAULT_LAYOUT( layout_vt100 )
+ config.set_default_layout(layout_vt100);
MCFG_DEVICE_ADD("vt100_video", VT100_VIDEO, XTAL(24'073'400))
MCFG_VT_SET_SCREEN("screen")