mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Seed all transfers as complete.
This commit is contained in:
parent
9fc0d411fd
commit
ef37b09a78
@ -29,7 +29,8 @@ class i8237 {
|
|||||||
flip_flop_reset();
|
flip_flop_reset();
|
||||||
for(auto &channel : channels_) {
|
for(auto &channel : channels_) {
|
||||||
channel.mask = true;
|
channel.mask = true;
|
||||||
channel.transfer_complete = channel.request = false;
|
channel.transfer_complete = true;
|
||||||
|
channel.request = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user