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 8c8ac8e63a3..b11fcb4368a 100644 --- a/src/mame/drivers/glasgow.cpp +++ b/src/mame/drivers/glasgow.cpp @@ -316,7 +316,7 @@ MACHINE_CONFIG_START(glasgow_state::glasgow) MCFG_DEVICE_ADD("maincpu", M68000, 12_MHz_XTAL) MCFG_DEVICE_PROGRAM_MAP(glasgow_mem) - MCFG_MEPHISTO_SENSORS_BOARD_ADD("board") + MEPHISTO_SENSORS_BOARD(config, m_board, 0); /* video hardware */ config.set_default_layout(layout_glasgow); |