new recovery.img

This commit is contained in:
Anatoliy Belyanskiy 2023-07-24 02:17:00 +10:00
parent 2f448e715f
commit 2365d7051b
2 changed files with 5 additions and 5 deletions

View File

@ -110,7 +110,7 @@ IAUTO1:
LD A,IDE.Chanel.Secondary ;R00 ;SELECT SECONDARY
OUT (IDE.Chanel.Set),A ;R00
LD A,1
JR IAUTO ;R00
JP IAUTO ;R00
IAUTO0:
LD A,IDE.Chanel.Primary ;R00 ;SELECT PRIMARY
@ -195,8 +195,8 @@ WXREADY:
LD E,#EC ;IDENTIFY ATA
LD BC,IDE.Write.Command
OUT (C),E
LD B,#00
DJNZ $ ;!HARDCODE
LD B,0
.pause: DJNZ .pause
LD HL,(WAITSML)
LD DE,#0101
LD BC,IDE.Read.Status
@ -390,8 +390,8 @@ SKIPKEY:
SCF
RET
WAITIDE: DW #0000
WAITSML: DW #0400
WAITIDE: DW #0000 ;!FIXIT ­¥ ¬¥­ï¥âáï?
WAITSML: DW #0400 ;!FIXIT ­¥ ¬¥­ï¥âáï?
SKIP: DB #FF
IDEDEV: DB #FF
ICHANEL: DB #00

Binary file not shown.