summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m5.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-09-06 18:23:16 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2018-09-06 18:23:16 +0200
commit7bc9740ca7d842359a6af4b5f11f5410f0d6a9a3 (patch)
treec878faff4bd1596b43754756bfc70b96d948c84e /src/mame/drivers/m5.cpp
parentf0f5b81528236e3bf2d815e20bbb36a1728b0bba (diff)
wd_fdc: removed MCFG macros (nw)
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)