mirror of
https://github.com/holub/mame
synced 2025-07-09 19:57:45 +03:00
write line member for terminal count line of upd765 (#1935)
This commit is contained in:
parent
1bd4050516
commit
7b95b10379
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user