Potential issues seen, comments added

This commit is contained in:
Philip Smart
2020-06-03 00:51:09 +01:00
parent 48312da9b9
commit 3ac2045504
4 changed files with 3 additions and 0 deletions

View File

@@ -251,6 +251,7 @@ SETDRV2: LD (DISKTYPE),A
LD A,(HL) ; Get the physical number after mapping from the CDISK.
POP BC
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.
; Select FDC drive (make active) based on value in DISKMAP[CDISK].

View File

@@ -355,6 +355,8 @@ GETCMTPARM: CALL READ4HEX ; Start
LD C,L
CALL READ4HEX ; End address
JR C,GETCMT1
SBC HL,BC
INC HL
LD (SIZE),HL ; byte size buffer
CALL READ4HEX ; Execution address
JR C,GETCMT1

Binary file not shown.

Binary file not shown.