diff --git a/src/bios/rom/SETUP/MAIN.asm b/src/bios/rom/SETUP/MAIN.asm index 97f02e3..d1dfb54 100644 --- a/src/bios/rom/SETUP/MAIN.asm +++ b/src/bios/rom/SETUP/MAIN.asm @@ -1456,20 +1456,6 @@ FindStringAddr: LD L,A RET -; Get_Item_Address: -; LD L,A -; LD H,0 -; LD BC,MSG_Buffer -; ADD HL,HL -; ADD HL,BC -; LD A,(HL) -; INC HL -; LD H,(HL) -; LD L,A -; INC HL -; INC HL -; RET - POSTLEN: CALL FindStringAddr LD BC,#0100 diff --git a/src/bios/rom/SETUP/messages.z80 b/src/bios/rom/SETUP/messages.z80 index 110aaa6..008c3f3 100644 --- a/src/bios/rom/SETUP/messages.z80 +++ b/src/bios/rom/SETUP/messages.z80 @@ -526,8 +526,8 @@ msgStrings: _mSetStr ideSkiped, tmp_Counter : DZ 'Skipped ' _mSetStr ideFail, tmp_Counter : DZ 'Fail ' ; !FIXIT strFail _mSetStr spModel, tmp_Counter : DZ 'Model name : ' -.str_ACEX_MODEL EQU $ ; указатель на строку ниже для патча апдейтером - _mSetStr spCNFver, tmp_Counter : DZ '1K30 config: ' +.str_ACEX_MODEL EQU $$$+17 ; указатель на строку ниже для патча апдейтером + _mSetStr spCNFver, tmp_Counter : DZ 'Core in ROM: EP1K30 v' _mSetStr spMemory, tmp_Counter : DZ 'Memory : ' _mSetStr cmosFound, tmp_Counter : DZ 'CMOS : Found' _mSetStr cmosNone, tmp_Counter : DZ 'CMOS : None' @@ -677,8 +677,8 @@ msgRusStrings: _mSetStrRus ideSkiped, tmp_Counter : DZ 'Пропущен ' _mSetStrRus ideFail, tmp_Counter : DZ 'Не определён ' _mSetStrRus spModel, tmp_Counter : DZ 'Модель : ' -.str_ACEX_MODEL EQU $ ; указатель на строку ниже для патча апдейтером ; !FIXIT ? вытягивать через FN_CRIPT.Acex_ver ? - _mSetStrRus spCNFver, tmp_Counter : DZ '1K30 конфиг: ' +.str_ACEX_MODEL EQU $$$+17 ; указатель на строку ниже для патча апдейтером ; !FIXIT ? вытягивать через FN_CRIPT.Acex_ver ? + _mSetStrRus spCNFver, tmp_Counter : DZ 'Ядро в ПЗУ : EP1K30 v' _mSetStrRus spMemory, tmp_Counter : DZ 'Память : ' _mSetStrRus cmosFound, tmp_Counter : DZ 'CMOS : Найден' _mSetStrRus cmosNone, tmp_Counter : DZ 'CMOS : Нет' diff --git a/src/bios/shared/RECOVERY.IMG b/src/bios/shared/RECOVERY.IMG index 92a28c2..a567bd7 100755 Binary files a/src/bios/shared/RECOVERY.IMG and b/src/bios/shared/RECOVERY.IMG differ