Core: ibug in diskINF

This commit is contained in:
Anatoliy Belyanskiy 2024-06-20 01:07:19 +10:00
parent ccc868ee08
commit 3814444250
3 changed files with 5 additions and 3 deletions

View File

@ -87,11 +87,13 @@ DISKINF: LD C,B
PUSH HL PUSH HL
EXX EXX
;LD HL,CORE_BUFFERS.FatBuffer.BPB_LABEL ;LD HL,CORE_BUFFERS.FatBuffer.BPB_LABEL
PUSH IX
CALL GET_LABEL CALL GET_LABEL
LD C,11 ;!HARDCODE _sBOOT_SECTOR_PARAMS.BPB_LABEL LD C,11 ;!HARDCODE _sBOOT_SECTOR_PARAMS.BPB_LABEL
CALL .mCOPY_LOOP CALL .mCOPY_LOOP
POP AF
PUSH DE PUSH DE
LD A,XH ;LD A,XH
LD DE,Dss.DRV.GenIOCTL.Enter LD DE,Dss.DRV.GenIOCTL.Enter
LD BC,Dss.DRV.GenIOCTL.GetParams LD BC,Dss.DRV.GenIOCTL.GetParams
RST ToDSS.DRV RST ToDSS.DRV

View File

@ -1 +1 @@
990 991

View File

@ -1 +1 @@
404 406