mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-26 19:17:52 +00:00
Reacts to no acknowledgement.
This commit is contained in:
@@ -37,7 +37,7 @@ class MFP68901: public ClockingHint::Source {
|
||||
|
||||
bool get_interrupt_line();
|
||||
|
||||
const int NoAcknowledgement = 0x100;
|
||||
static const int NoAcknowledgement = 0x100;
|
||||
int acknowledge_interrupt();
|
||||
|
||||
struct InterruptDelegate {
|
||||
|
||||
Reference in New Issue
Block a user