summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/unixpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/unixpc.cpp')
-rw-r--r--src/mame/drivers/unixpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/unixpc.cpp b/src/mame/drivers/unixpc.cpp
index 323ccf6cb87..a598d04b01b 100644
--- a/src/mame/drivers/unixpc.cpp
+++ b/src/mame/drivers/unixpc.cpp
@@ -369,7 +369,7 @@ MACHINE_CONFIG_START(unixpc_state::unixpc)
MCFG_SCREEN_PALETTE("palette")
// vsync should actually last 17264 pixels
- MCFG_DEFAULT_LAYOUT(layout_unixpc)
+ config.set_default_layout(layout_unixpc);
MCFG_PALETTE_ADD_MONOCHROME("palette")