mirror of
https://github.com/Tolik-Trek/Shared_Includes.git
synced 2026-06-15 00:51:32 +03:00
...
This commit is contained in:
parent
a9f5915a32
commit
bd4546a854
@ -842,8 +842,7 @@ FDD_0 EQU SYS_PAGE.FDD_0
|
||||
.HEADS EQU FDD_0+2
|
||||
.CYLINDL EQU FDD_0+3
|
||||
.CYLINDH EQU FDD_0+4
|
||||
;.B_P_S EQU FDD_0+5 ;WORD
|
||||
.BytesPerSector EQU FDD_0+5 ;WORD
|
||||
.BytesPerSector EQU FDD_0+5 ;WORD B_P_S
|
||||
FDD_1 EQU SYS_PAGE.FDD_1
|
||||
.DISK EQU FDD_1+0
|
||||
.F144 EQU .DISK
|
||||
@ -852,8 +851,7 @@ FDD_1 EQU SYS_PAGE.FDD_1
|
||||
.HEADS EQU FDD_1+2
|
||||
.CYLINDL EQU FDD_1+3
|
||||
.CYLINDH EQU FDD_1+4
|
||||
;.B_P_S EQU FDD_1+5 ;WORD
|
||||
.BytesPerSector EQU FDD_1+5
|
||||
.BytesPerSector EQU FDD_1+5 ;WORD B_P_S
|
||||
ENDMODULE
|
||||
;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user