diff options
Diffstat (limited to 'src/mame/drivers/glasgow.cpp')
-rw-r--r-- | src/mame/drivers/glasgow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/glasgow.cpp b/src/mame/drivers/glasgow.cpp index 5ba5be5176f..8c8ac8e63a3 100644 --- a/src/mame/drivers/glasgow.cpp +++ b/src/mame/drivers/glasgow.cpp @@ -319,7 +319,7 @@ MACHINE_CONFIG_START(glasgow_state::glasgow) MCFG_MEPHISTO_SENSORS_BOARD_ADD("board") /* video hardware */ - MCFG_DEFAULT_LAYOUT(layout_glasgow) + config.set_default_layout(layout_glasgow); SPEAKER(config, "mono").front_center(); MCFG_DEVICE_ADD("beeper", BEEP, 44) |