summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd_fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd_fdc.h')
-rw-r--r--src/devices/machine/wd_fdc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/machine/wd_fdc.h b/src/devices/machine/wd_fdc.h
index 060a400a027..33f0b7398a8 100644
--- a/src/devices/machine/wd_fdc.h
+++ b/src/devices/machine/wd_fdc.h
@@ -57,6 +57,8 @@ public:
auto ready_wr_callback() { return ready_cb.bind(); }
auto enmf_rd_callback() { return enmf_cb.bind(); }
+ auto mon_wr_callback() { return mon_cb.bind(); }
+
void soft_reset();
DECLARE_WRITE_LINE_MEMBER(dden_w);
@@ -295,6 +297,7 @@ private:
devcb_write_line intrq_cb, drq_cb, hld_cb, enp_cb, sso_cb, ready_cb;
devcb_read_line enmf_cb;
+ devcb_write_line mon_cb;
uint8_t format_last_byte;
int format_last_byte_count;