diff --git a/Shared_Includes b/Shared_Includes index 1cb8eb1..d294e37 160000 --- a/Shared_Includes +++ b/Shared_Includes @@ -1 +1 @@ -Subproject commit 1cb8eb13fb8e8b20bba324a5ab9f4e18d6bf8b3c +Subproject commit d294e375826854d80b838ea40ca4afcf3730a141 diff --git a/src/bios/rom/SETUP/MAIN.asm b/src/bios/rom/SETUP/MAIN.asm index 1ff9acf..4c8d145 100644 --- a/src/bios/rom/SETUP/MAIN.asm +++ b/src/bios/rom/SETUP/MAIN.asm @@ -675,24 +675,22 @@ INFO_MESSAGE: ;!FIXIT CALL PrepareToBOOT LD A,msgStrings.bootFail LD E,COLORS.CGA.INC.LRED - ;CALL C,POSTMSG CALL C,POSTMSC CALL ScreenPOS.CRLF - + ; + CALL INT_ON ABOOT: LD A,msgStrings.bootAltDrv LD E,COLORS.CGA.INC.LGREEN - ;CALL C,POSTMSG - CALL C,POSTMSC + CALL POSTMSC LD BC,CMOS_CELL.BootDrives.Mask.AltSysDisk ;#7010 CALL PrepareToBOOT LD A,msgStrings.bootFail LD E,COLORS.CGA.INC.LRED - ;CALL C,POSTMSG CALL C,POSTMSC CALL ScreenPOS.CRLF -;NO START DISK - RESTART / SETUP / ZX SPECTRUM mode + ;NO START DISK - RESTART / SETUP / ZX SPECTRUM mode LD BC,CMOS_CELL.Options.Mask.RebootMSG ;#021D CALL G_VALUE OR A @@ -892,7 +890,6 @@ RECOVERYstart: ;[ ][ ][ ][ ][ ][ ][ ][ ][ ][ ][ ][ ][ ][ ][ ][ ][ ][ ] ; - PrepareToBOOT: ;CALL INT_ON HALT diff --git a/src/bios/shared/RECOVERY.IMG b/src/bios/shared/RECOVERY.IMG index 6db19a1..7420ffa 100755 Binary files a/src/bios/shared/RECOVERY.IMG and b/src/bios/shared/RECOVERY.IMG differ