diff --git a/Shared_Includes b/Shared_Includes index 5797b0c..314ff5d 160000 --- a/Shared_Includes +++ b/Shared_Includes @@ -1 +1 @@ -Subproject commit 5797b0c5804320f86d263997f624cb8b6bb69385 +Subproject commit 314ff5dbefe8d537655601dde8236957e4ed39a7 diff --git a/src/bios/rom/SETUP/messages.z80 b/src/bios/rom/SETUP/messages.z80 index 008c3f3..43cda58 100644 --- a/src/bios/rom/SETUP/messages.z80 +++ b/src/bios/rom/SETUP/messages.z80 @@ -525,16 +525,16 @@ msgStrings: _mSetStr ideNone, tmp_Counter : DZ 'None ' _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 $$$+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' - _mSetStr memoryAvailable, tmp_Counter : DZ 'Available : ' + _mSetStr spModel, tmp_Counter : DZ 'Model : ' +.str_ACEX_MODEL EQU $$$+2 ; указатель на строку ниже для патча апдейтером + _mSetStr spCNFver, tmp_Counter : DZ '1K30 core : v' + _mSetStr spMemory, tmp_Counter : DZ 'Memory : ' + _mSetStr cmosFound, tmp_Counter : DZ 'CMOS : Found' + _mSetStr cmosNone, tmp_Counter : DZ 'CMOS : None' + _mSetStr memoryAvailable, tmp_Counter : DZ 'Available : ' ; _mSetStr unknownSTR1, tmp_Counter : DZ "7" ; _mSetStr unknownSTR2, tmp_Counter : DZ "8" - _mSetStr boardID, tmp_Counter : DZ 'Board ID : ' + _mSetStr boardID, tmp_Counter : DZ 'Board ID : ' _mSetStr bootFdd, tmp_Counter : DZ 'Boot from Diskette' ; _mSetStr bootHdd, tmp_Counter : DZ 'Boot from Hard disk ' _mSetStr bootHdd, tmp_Counter : DZ 'Boot from HDD ' @@ -676,16 +676,16 @@ msgRusStrings: _mSetStrRus ideNone, tmp_Counter : DZ 'Нет ' _mSetStrRus ideSkiped, tmp_Counter : DZ 'Пропущен ' _mSetStrRus ideFail, tmp_Counter : DZ 'Не определён ' - _mSetStrRus spModel, tmp_Counter : DZ 'Модель : ' -.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 : Нет' - _mSetStrRus memoryAvailable, tmp_Counter : DZ 'Доступно : ' + _mSetStrRus spModel, tmp_Counter : DZ 'Модель : ' +.str_ACEX_MODEL EQU $$$+2 ; указатель на строку ниже для патча апдейтером ; !FIXIT ? вытягивать через FN_CRIPT.Acex_ver ? + _mSetStrRus spCNFver, tmp_Counter : DZ '1K30 ядро : v' + _mSetStrRus spMemory, tmp_Counter : DZ 'Память : ' + _mSetStrRus cmosFound, tmp_Counter : DZ 'CMOS : Найден' + _mSetStrRus cmosNone, tmp_Counter : DZ 'CMOS : Нет' + _mSetStrRus memoryAvailable, tmp_Counter : DZ 'Доступно : ' ; _mSetStrRus unknownSTR1, tmp_Counter : DZ '7' ; _mSetStrRus unknownSTR2, tmp_Counter : DZ '8' - _mSetStrRus boardID, tmp_Counter : DZ 'ID платы : ' + _mSetStrRus boardID, tmp_Counter : DZ 'ID платы : ' _mSetStrRus bootFdd, tmp_Counter : DZ 'Запуск с дискеты' _mSetStrRus bootHdd, tmp_Counter : DZ 'Запуск с HDD ' _mSetStrRus bootCd, tmp_Counter : DZ 'Запуск с CD-ROM ' diff --git a/src/bios/shared/RECOVERY.IMG b/src/bios/shared/RECOVERY.IMG index f211766..3e4cc36 100755 Binary files a/src/bios/shared/RECOVERY.IMG and b/src/bios/shared/RECOVERY.IMG differ