write line member for terminal count line of upd765 (#1935)

This commit is contained in:
Patrick Mackinlay 2017-01-06 21:27:59 +07:00 committed by Olivier Galibert
parent 1bd4050516
commit 7b95b10379

View File

@ -130,6 +130,8 @@ public:
void tc_w(bool val) override;
void ready_w(bool val);
DECLARE_WRITE_LINE_MEMBER(tc_line_w) { tc_w(state == ASSERT_LINE); }
void set_rate(int rate); // rate in bps, to be used when the fdc is externally frequency-controlled
void set_mode(int mode);