summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/mufdc.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-04-07 14:42:06 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-04-07 14:42:47 -0400
commit20f8b011c5d01299a16baebf9303316427c0d3d2 (patch)
treeb28d84918d5c0ca3fb8f4363aec2a3db43cb7e67 /src/devices/bus/isa/mufdc.h
parentd2e056120ca7c928b42679e2d45af7116f558a02 (diff)
Reduce dependencies on pc_fdc_interface and machine/pc_fdc.h (nw)
Diffstat (limited to 'src/devices/bus/isa/mufdc.h')
-rw-r--r--src/devices/bus/isa/mufdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/mufdc.h b/src/devices/bus/isa/mufdc.h
index 2fa000757e4..fd21c1feb28 100644
--- a/src/devices/bus/isa/mufdc.h
+++ b/src/devices/bus/isa/mufdc.h
@@ -57,7 +57,7 @@ private:
DECLARE_WRITE_LINE_MEMBER( fdc_irq_w );
DECLARE_WRITE_LINE_MEMBER( fdc_drq_w );
- required_device<pc_fdc_interface> m_fdc;
+ required_device<mcs3201_device> m_fdc;
required_ioport m_config;
};