diff --git a/src/bios/rom/SETUP/MAIN.asm b/src/bios/rom/SETUP/MAIN.asm index e2602b4..fb0d5cd 100644 --- a/src/bios/rom/SETUP/MAIN.asm +++ b/src/bios/rom/SETUP/MAIN.asm @@ -652,15 +652,16 @@ CHEKOK: ;CALL ScreenPOS.GET_CUR CMOS_ABSENT: CALL POSTMSG INFO_MESSAGE: - ; For alternative boot - LD DE,#0428 - CALL LP_SET_PLACE - LD A,msgStrings.forCtrlBootButton - LD E,COLORS.CGA.INC.WHITE - CALL POSTMSC ; for recovery boot + ; LD DE,#0428 + ; CALL LP_SET_PLACE + ; LD A,msgStrings.forCtrlBootButton + ; LD E,COLORS.CGA.INC.WHITE + ; CALL POSTMSC + ; + ; For alternative boot LD DE,#0528 - CALL LP_SET_PLACE + CALL LP_SET_PLACE LD A,msgStrings.forAltBootButton LD E,COLORS.CGA.INC.WHITE CALL POSTMSC diff --git a/src/bios/rom/SETUP/messages.z80 b/src/bios/rom/SETUP/messages.z80 index 575c832..9f058b8 100644 --- a/src/bios/rom/SETUP/messages.z80 +++ b/src/bios/rom/SETUP/messages.z80 @@ -514,7 +514,7 @@ msgStrings: _mSetStr setupHelpStr3, tmp_Counter : DZ 'F5 : Old Values PU/PD/+/- : Modify' _mSetStr setupHelpStr4, tmp_Counter : DZ 'F7 : Default Values F3 : Color ' _mSetStr toSetupButton, tmp_Counter : DZ ' to enter SETUP' - _mSetStr forCtrlBootButton, tmp_Counter : DZ ' for Recovery boot' +;_mSetStr forCtrlBootButton, tmp_Counter : DZ ' for Recovery boot' _mSetStr forAltBootButton, tmp_Counter : DZ ' for Alternative boot' _mSetStr cmosChecksumErr, tmp_Counter : DZ 'WARNING! CMOS CHECKSUM ERROR, DEFAULT VALUES SET!' _mSetStr cmosDateTimeErr, tmp_Counter : DZ 'WARNING! CMOS DATE/TIME ERROR, DEFAULT VALUES SET!' @@ -668,7 +668,7 @@ msgRusStrings: _mSetStrRus setupHelpStr3, tmp_Counter : DZ 'F5 : ‘โ เ๋ฅ งญ ็ฅญจ๏ PU/PD/+/- : ˆงฌฅญฅญจฅ' _mSetStrRus setupHelpStr4, tmp_Counter : DZ 'F7 : ‡ญ ็ฅญจ๏ ฏฎ ใฌฎซ็ ญจ๎ F3 : –ขฅโ  ' _mSetStrRus toSetupButton, tmp_Counter : DZ ' คซ๏ ขๅฎค  ข SETUP' - _mSetStrRus forCtrlBootButton, tmp_Counter : DZ ' คซ๏ ง ฃเใงชจ Recovery' +;_mSetStrRus forCtrlBootButton, tmp_Counter : DZ ' คซ๏ ง ฃเใงชจ Recovery' _mSetStrRus forAltBootButton, tmp_Counter : DZ ' คซ๏ €ซ์โฅเญ โจขญฎฉ ง ฃเใงชจ' _mSetStrRus cmosChecksumErr, tmp_Counter : DZ '‚ˆŒ€ˆ…! Ž˜ˆŠ€ ŠŽ’Ž‹œŽ‰ ‘“ŒŒ› CMOS, “‘’€Ž‚‹…› ‡€—…ˆŸ Ž “ŒŽ‹—€ˆž' _mSetStrRus cmosDateTimeErr, tmp_Counter : DZ '‚ˆŒ€ˆ…! Ž˜ˆŠ€ „€’›/‚…Œ…ˆ CMOS, “‘’€Ž‚‹…› ‡€—…ˆŸ Ž “ŒŽ‹—€ˆž'