-bug in ERROR_BOOTDRV_DIES

This commit is contained in:
Anatoliy Belyanskiy 2023-11-05 02:24:19 +10:00
parent 8d824dcc3c
commit 5c283a4d7f
3 changed files with 5 additions and 5 deletions

View File

@ -276,11 +276,11 @@ Find_Record:
;-----------------------[] ;-----------------------[]
ERROR_BOOTDRV_DIES: ERROR_BOOTDRV_DIES:
LD BC,256*COLORS.CGA.PAPER.BLUE + BIOS.LP_OPEN_S LD BC,BIOS.LP_OPEN_S.TXT_80x32_Default
LD E,0 LD E,1
RST ToBIOS RST ToBIOS
; ;
LD BC,256*COLORS.CGA.PAPER.BLUE + BIOS.LP_CLS_WIN LD BC,256*COLORS.CGA.INC.BLUE + BIOS.LP_CLS_WIN
LD DE,0 LD DE,0
LD HL,#2050 LD HL,#2050
RST ToBIOS RST ToBIOS

View File

@ -1 +1 @@
507 516

@ -1 +1 @@
Subproject commit 8c5550f810d173790e4665d610328b9247b00f02 Subproject commit a8a109eb8f4ee85e47d65911e8a0f2d2f5b71db1