summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m5.cpp')
-rw-r--r--src/mame/drivers/m5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m5.cpp b/src/mame/drivers/m5.cpp
index e0548bcf06e..a6b289916f4 100644
--- a/src/mame/drivers/m5.cpp
+++ b/src/mame/drivers/m5.cpp
@@ -1519,7 +1519,7 @@ MACHINE_CONFIG_START(brno_state::brno)
SCREEN(config, "screen", SCREEN_TYPE_RASTER);
// floppy
- MCFG_DEVICE_ADD(WD2797_TAG, WD2797, 1_MHz_XTAL)
+ WD2797(config, m_fdc, 1_MHz_XTAL);
MCFG_FLOPPY_DRIVE_ADD(WD2797_TAG":0", brno_floppies, "35hd", brno_state::floppy_formats)
MCFG_FLOPPY_DRIVE_SOUND(true)
MCFG_FLOPPY_DRIVE_ADD(WD2797_TAG":1", brno_floppies, "35hd", brno_state::floppy_formats)