From 0939687da34bd98ed6e96adfece92e4e420fe24b Mon Sep 17 00:00:00 2001 From: Anatoliy Belyanskiy Date: Fri, 28 Jul 2023 01:28:12 +1000 Subject: [PATCH] ... --- constants/SP2000.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/constants/SP2000.inc b/constants/SP2000.inc index 93bc9a5..0701166 100644 --- a/constants/SP2000.inc +++ b/constants/SP2000.inc @@ -1559,14 +1559,14 @@ SLOT3 EQU #F0 ; RAM page for 128/256 kb ( ; 6 - секторов на цилиндр старш. ; 7 - reserv - type STRUCT HDD_INIT_TABLE -Chanel BYTE ; 0 DRVHD_H -SectorsPerTrack BYTE ; 1 SC_PT_H -HeadsNumber BYTE ; 2 HEADS_H -CylinderNumberLow BYTE ; 3 CYL_L_H -CylinderNumberHigh BYTE ; 4 CYL_H_H -SectorsPerCylinderLow BYTE ; 5 SPCLL_H -SectorsPerCylinderHigh BYTE ; 6 SPCLH_H -DriveType BYTE ; 7 DTYPE_H +DRV_Flags BYTE ; 0 DRVHD_H +SectorsPerTrack BYTE ; 1 SC_PT_H +HeadsNumber BYTE ; 2 HEADS_H +CylinderNumberLow BYTE ; 3 CYL_L_H +CylinderNumberHigh BYTE ; 4 CYL_H_H +SectorsPerCylinderLow BYTE ; 5 SPCLL_H +SectorsPerCylinderHigh BYTE ; 6 SPCLH_H +DriveType BYTE ; 7 DTYPE_H ENDS ; @@ -1616,7 +1616,7 @@ Chanel: Device: .HDD EQU 1 .CDROM EQU 2 - +.NONE EQU #FF ENDMODULE ;-----------------------------------------------------------------------