fixet bug with boot from FDD B:
This commit is contained in:
parent
31e8ae3947
commit
fe669e2349
@ -1 +1 @@
|
||||
Subproject commit afe66b1f354cab8d2780826697cf371d1d9e389d
|
||||
Subproject commit 94cb0e39f321bd11519008801187d93eacb280f2
|
||||
@ -255,7 +255,7 @@ EMM_FN3M_ERR:
|
||||
|
||||
|
||||
|
||||
;
|
||||
; WARNING!!! ¥ âண âì DE
|
||||
;----------------------------------------------------------------------;
|
||||
; <20>®«ãç¨âì áâà ¨æã N ª«îç K
|
||||
; ‚室: A - Š‹ž— RAM-Disk, B - ®¬¥à áâà ¨æë
|
||||
@ -287,7 +287,7 @@ EMM_F4M_L1:
|
||||
DEC B
|
||||
JR Z,EMM_F4M_END
|
||||
LD L,A
|
||||
CP 0FFH
|
||||
CP #FF
|
||||
JR NZ,EMM_F4M_L1
|
||||
EMM_F4M_ERR:
|
||||
LD L,A
|
||||
|
||||
@ -890,7 +890,8 @@ RECOVERYstart:
|
||||
PrepareToBOOT:
|
||||
CALL INT_OFF
|
||||
CALL G_VALUE
|
||||
LD B,A
|
||||
;LD B,A
|
||||
LD B,0
|
||||
; FDD
|
||||
OR A
|
||||
JR Z,FDSTART ; FDD A:
|
||||
@ -1556,7 +1557,6 @@ TRDOSX:
|
||||
RET
|
||||
|
||||
; ®âªàë¢ ¥â ¯®àâ #FE ç⥨¥ ¢ 3-© ª à⥠¯®à⮢
|
||||
|
||||
; OPENDOS:
|
||||
; DI
|
||||
; IN A,(SLOT3)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user