change string "Core in ROM"

This commit is contained in:
Anatoliy Belyanskiy 2024-05-28 01:53:29 +10:00
parent c4debab264
commit a41fe6946c
3 changed files with 4 additions and 18 deletions

View File

@ -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

View File

@ -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 '<EFBFBD>யã饭 '
_mSetStrRus ideFail, tmp_Counter : DZ '<EFBFBD>¥ ®¯à¥¤¥«ñ­ '
_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 'Ÿ¤à® ¢ <EFBFBD> : EP1K30 v'
_mSetStrRus spMemory, tmp_Counter : DZ '<EFBFBD> ¬ïâì : '
_mSetStrRus cmosFound, tmp_Counter : DZ 'CMOS : <EFBFBD> ©¤¥­'
_mSetStrRus cmosNone, tmp_Counter : DZ 'CMOS : <EFBFBD>¥â'

Binary file not shown.