summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/fm7.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/fm7.h')
-rw-r--r--src/mess/includes/fm7.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mess/includes/fm7.h b/src/mess/includes/fm7.h
index ddee2c4247f..02a2f3e9d1a 100644
--- a/src/mess/includes/fm7.h
+++ b/src/mess/includes/fm7.h
@@ -246,6 +246,10 @@ public:
TIMER_CALLBACK_MEMBER(fm7_keyboard_poll);
TIMER_CALLBACK_MEMBER(fm77av_alu_task_end);
TIMER_CALLBACK_MEMBER(fm77av_vsync);
+ DECLARE_WRITE_LINE_MEMBER(fm7_fdc_intrq_w);
+ DECLARE_WRITE_LINE_MEMBER(fm7_fdc_drq_w);
+ DECLARE_READ8_MEMBER(fm77av_joy_1_r);
+ DECLARE_READ8_MEMBER(fm77av_joy_2_r);
};
#endif /*FM7_H_*/