git-svn-id: https://spexeah.com:8443/svn/Asuro@726 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron
2018-05-12 10:08:30 +00:00
parent 52ee378512
commit 1f56595625
12 changed files with 6 additions and 4 deletions

View File

@ -421,9 +421,11 @@ begin
status:= readCommand($C0);
if (status AND $04) > 0 then begin
startLink();
end else if (Status AND $10) > 0 then begin
end;
if (Status AND $10) > 0 then begin
//Good Threshold
end else if (Status AND $80) > 0 then begin
end;
if (Status AND $80) > 0 then begin
handleReceive();
end;
//Clear the INT on the Device First by using write-1