summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/x1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/x1.h')
-rw-r--r--src/mess/includes/x1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/x1.h b/src/mess/includes/x1.h
index 025b20ad4c9..63152f11fc2 100644
--- a/src/mess/includes/x1.h
+++ b/src/mess/includes/x1.h
@@ -205,6 +205,7 @@ public:
TIMER_CALLBACK_MEMBER(x1_rtc_increment);
TIMER_DEVICE_CALLBACK_MEMBER(x1_cmt_wind_timer);
TIMER_DEVICE_CALLBACK_MEMBER(x1_keyboard_callback);
+ DECLARE_WRITE_LINE_MEMBER(fdc_drq_w);
};
/*----------- defined in machine/x1.c -----------*/