summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/vd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vd.cpp')
-rw-r--r--src/mame/drivers/vd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vd.cpp b/src/mame/drivers/vd.cpp
index 5424f20cad5..99664a605b0 100644
--- a/src/mame/drivers/vd.cpp
+++ b/src/mame/drivers/vd.cpp
@@ -206,7 +206,7 @@ MACHINE_CONFIG_START(vd_state::vd)
MCFG_AY8910_PORT_B_READ_CB(IOPORT("DSW3")) //?
/* Video */
- MCFG_DEFAULT_LAYOUT(layout_vd)
+ config.set_default_layout(layout_vd);
MACHINE_CONFIG_END
/*-------------------------------------------------------------------