summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/nc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/nc.h')
-rw-r--r--src/mess/includes/nc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mess/includes/nc.h b/src/mess/includes/nc.h
index 31cca7f8614..c8a67767065 100644
--- a/src/mess/includes/nc.h
+++ b/src/mess/includes/nc.h
@@ -83,6 +83,14 @@ public:
TIMER_CALLBACK_MEMBER(nc_keyboard_timer_callback);
TIMER_CALLBACK_MEMBER(nc_serial_timer_callback);
TIMER_DEVICE_CALLBACK_MEMBER(dummy_timer_callback);
+ DECLARE_WRITE_LINE_MEMBER(nc100_tc8521_alarm_callback);
+ DECLARE_WRITE_LINE_MEMBER(nc100_txrdy_callback);
+ DECLARE_WRITE_LINE_MEMBER(nc100_rxrdy_callback);
+ DECLARE_WRITE_LINE_MEMBER(nc100_centronics_ack_w);
+ DECLARE_WRITE_LINE_MEMBER(nc200_centronics_ack_w);
+ DECLARE_WRITE_LINE_MEMBER(nc200_txrdy_callback);
+ DECLARE_WRITE_LINE_MEMBER(nc200_rxrdy_callback);
+ DECLARE_WRITE_LINE_MEMBER(nc200_fdc_interrupt);
};