mirror of
https://github.com/Tolik-Trek/Estex-DSS.git
synced 2026-06-15 01:11:48 +03:00
...
This commit is contained in:
parent
29df4ae54f
commit
d47e126730
@ -21,7 +21,8 @@ OPEN_FN: ;!TEST Current Dir ;[x] 15/10/23
|
||||
RET C
|
||||
;!FIXIT ᤥ« âì ª ª ¢ mkdir ¨«¨ rmdir?
|
||||
;R008 ;
|
||||
.start: CALL SetPath_GetName
|
||||
;.start: ;
|
||||
CALL SetPath_GetName
|
||||
RET C
|
||||
CALL MASK
|
||||
RET C
|
||||
|
||||
@ -103,7 +103,7 @@ SetPath_GetName:
|
||||
JR C,.next
|
||||
CP 'z'+1
|
||||
JR NC,.next
|
||||
SUB #20
|
||||
SUB %0010'0000
|
||||
.next: SUB 'A'
|
||||
INC HL
|
||||
INC HL
|
||||
|
||||
@ -670,7 +670,7 @@ MediaCheck: PUSH IY
|
||||
|
||||
|
||||
; [ ] custorm sector size
|
||||
CHECK_IDE_SECTOR_SIZE:
|
||||
CHECK_IDE_SECTOR_SIZE: ;RET
|
||||
LD E,(IY+LOGDRV.SECTOR_SIZE)
|
||||
LD D,(IY+LOGDRV.SECTOR_SIZE+1)
|
||||
; LD HL,DSS_MAX_SECTOR_SIZE
|
||||
|
||||
@ -39,6 +39,7 @@ COMP: call EVALCMD ; (batch.asm)
|
||||
.start: call RUN_COMMAND
|
||||
jr nc,.skip ; NC ¥á«¨ ¥ ©¤¥ ª®¬ ¤
|
||||
jp (hl)
|
||||
;
|
||||
.skip: ; <20>¥ ¤®á-ª®¬ ¤ë. ’¥áâ § ¤ ¨¥ ¤¨áª ¨ § ¯ãáª ä ©«
|
||||
ld h,d
|
||||
ld l,e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user