summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/pcw16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/pcw16.h')
-rw-r--r--src/mess/includes/pcw16.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mess/includes/pcw16.h b/src/mess/includes/pcw16.h
index 578999e2d6e..16950bbe03e 100644
--- a/src/mess/includes/pcw16.h
+++ b/src/mess/includes/pcw16.h
@@ -101,6 +101,14 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(pcw16_timer_callback);
TIMER_DEVICE_CALLBACK_MEMBER(pcw16_keyboard_timer_callback);
TIMER_DEVICE_CALLBACK_MEMBER(rtc_timer_callback);
+ DECLARE_WRITE_LINE_MEMBER(pcw16_com_interrupt_1);
+ DECLARE_WRITE_LINE_MEMBER(pcw16_com_interrupt_2);
+ DECLARE_WRITE_LINE_MEMBER(pcw16_com_tx_0);
+ DECLARE_WRITE_LINE_MEMBER(pcw16_com_dtr_0);
+ DECLARE_WRITE_LINE_MEMBER(pcw16_com_rts_0);
+ DECLARE_WRITE_LINE_MEMBER(pcw16_com_tx_1);
+ DECLARE_WRITE_LINE_MEMBER(pcw16_com_dtr_1);
+ DECLARE_WRITE_LINE_MEMBER(pcw16_com_rts_1);
};
#endif /* PCW16_H_ */