Potential issues seen, comments added
This commit is contained in:
@@ -251,6 +251,7 @@ SETDRV2: LD (DISKTYPE),A
|
|||||||
LD A,(HL) ; Get the physical number after mapping from the CDISK.
|
LD A,(HL) ; Get the physical number after mapping from the CDISK.
|
||||||
POP BC
|
POP BC
|
||||||
POP HL
|
POP HL
|
||||||
|
;CHECK THIS TYPO AND REMOVE SEEMS A COPY PASTE ERROR
|
||||||
RET NC ; This isnt a physical floppy disk, no need to perform any actions, exit.
|
RET NC ; This isnt a physical floppy disk, no need to perform any actions, exit.
|
||||||
|
|
||||||
; Select FDC drive (make active) based on value in DISKMAP[CDISK].
|
; Select FDC drive (make active) based on value in DISKMAP[CDISK].
|
||||||
|
|||||||
@@ -355,6 +355,8 @@ GETCMTPARM: CALL READ4HEX ; Start
|
|||||||
LD C,L
|
LD C,L
|
||||||
CALL READ4HEX ; End address
|
CALL READ4HEX ; End address
|
||||||
JR C,GETCMT1
|
JR C,GETCMT1
|
||||||
|
SBC HL,BC
|
||||||
|
INC HL
|
||||||
LD (SIZE),HL ; byte size buffer
|
LD (SIZE),HL ; byte size buffer
|
||||||
CALL READ4HEX ; Execution address
|
CALL READ4HEX ; Execution address
|
||||||
JR C,GETCMT1
|
JR C,GETCMT1
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user