1
0
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:
Thomas Harte
2019-10-31 21:00:05 -04:00
parent a5bbf54a27
commit 75e34b4215
2 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -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 {