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

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

View File

@ -9,14 +9,14 @@ const
VERSION_SUB = '1'; VERSION_SUB = '1';
REVISION = '677'; REVISION = '677';
RELEASE = 'ia'; RELEASE = 'ia';
LINE_COUNT = 28124; LINE_COUNT = 28115;
FILE_COUNT = 90; FILE_COUNT = 90;
DRIVER_COUNT = 32; DRIVER_COUNT = 32;
FPC_VERSION = '2.6.4'; FPC_VERSION = '2.6.4';
NASM_VERSION = '2.10.09'; NASM_VERSION = '2.10.09';
MAKE_VERSION = '3.81'; MAKE_VERSION = '3.81';
COMPILE_DATE = '12/05/18'; COMPILE_DATE = '12/05/18';
COMPILE_TIME = '10:36:59'; COMPILE_TIME = '11:08:14';
implementation implementation