bug fixes

This commit is contained in:
Anatoliy Belyanskiy 2024-06-23 02:34:22 +10:00
parent f8b40e8acf
commit 1af84f585b
8 changed files with 211 additions and 220 deletions

@ -1 +1 @@
Subproject commit 399bf41c5cbd12d2866204ee3ff1cc357a3d3a99 Subproject commit 1cb8eb13fb8e8b20bba324a5ab9f4e18d6bf8b3c

View File

@ -400,7 +400,7 @@ EXTINT: OR A
RET RET
.JPHL: JP (HL) .JPHL: JP (HL)
.stackDepth EQU 32 ; à ááâ®ï­¨¥ ®â ª®­æ  ¯à®æ¥¤ãàë ¤® ¢¥à設ë á⥪ . .stackDepth EQU 64 ; à ááâ®ï­¨¥ ®â ª®­æ  ¯à®æ¥¤ãàë ¤® ¢¥à設ë á⥪ .
.switchProcedure.size EQU $-.switchProcedure .switchProcedure.size EQU $-.switchProcedure
ENDIF ENDIF
;--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--== ;--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==--==

View File

@ -64,8 +64,10 @@
;============================================================= ;=============================================================
MACRO TEST_40 MACRO TEST_40
;[x] ¢ª«î稫 31/10/23, ç¨áâ® ­  •í««®ããã㨨¨­ ;[x] ¢ª«î稫 31/10/23, ç¨áâ® ­  •í««®ããã㨨¨­
; EX AF,AF'
JR C,.LLL
INC D ; ०¨¬ 40
.LLL: EX AF,AF'
; ;
ENDM ENDM

View File

@ -600,7 +600,7 @@ ERRSUM+1:
CHEKOK: ;CALL ScreenPOS.GET_CUR CHEKOK: ;CALL ScreenPOS.GET_CUR
CALL LP_GET_PLACE CALL LP_GET_PLACE
PUSH DE PUSH DE
CALL LOGOTYP CALL LOGOTYPE
LD DE,#0000 LD DE,#0000
;CALL ScreenPOS.LOCAT ;CALL ScreenPOS.LOCAT
@ -709,7 +709,7 @@ AGAKEY: CALL WAITKEY
LD HL,#4F00 ; DEL - go to settings LD HL,#4F00 ; DEL - go to settings
;AND A ;AND A
SBC HL,DE SBC HL,DE
JR Z,CSETUP JR Z,ENTER_SETUP
CP #1B ; ESC - go to zx spectrum mode CP #1B ; ESC - go to zx spectrum mode
JP Z,EXIT_SETUP JP Z,EXIT_SETUP
CP #0D ; ENTER - restart CP #0D ; ENTER - restart
@ -720,17 +720,18 @@ AGAKEY: CALL WAITKEY
TSETUP: TSETUP:
CALL SCANKEY CALL SCANKEY
RET Z RET Z
LD HL,#4F00 LD HL,#4F00 ; DEL - go to settings
AND A AND A
SBC HL,DE SBC HL,DE
JR Z,CSETUP JR Z,ENTER_SETUP
LD HL,#011B LD HL,#011B
AND A AND A
SBC HL,DE SBC HL,DE
JR NZ,TSETUP JR NZ,TSETUP
POP HL ; 㡨ࠥ¬ «¨è­¥¥ POP HL ; 㡨ࠥ¬ «¨è­¥¥
JP EXIT_SETUP JP EXIT_SETUP
CSETUP: XOR A ENTER_SETUP:
XOR A
LD (ITEM_Restore),A LD (ITEM_Restore),A
CALL SETTINGS CALL SETTINGS
XOR A XOR A
@ -783,28 +784,29 @@ writeDateTimeToCmos: ;!FIXIT
CALL CMOS_WR CALL CMOS_WR
RET RET
RESCREEN: RESCREEN: ;R06
;R06 LD A,CMOS_CELL.ScreenPosition
LD A,#1F ;!HARDCODE READ SCREEN POSITION
CALL READCMS CALL READCMS
PUSH AF LD B,A
IN A,(SLOT3) LD A,ACEX.HOLD
LD E,A JP SET_PORTS
LD A,DCP_PAGE ; PUSH AF
OUT (SLOT3),A ; IN A,(SLOT3)
LD A,(#C400) ;c400 for first cfg 50176 ; !TODO ¬®¦­® ¯¥à¥¤¥« âì ­  ¢ë§®¢ ä㭪樨 ¡¨®á  ; LD E,A
LD D,A ; LD A,DCP_PAGE
LD A,#CB ; OUT (SLOT3),A
LD (#C400),A ; LD A,(#C400) ;c400 for first cfg 50176 ; !TODO ¬®¦­® ¯¥à¥¤¥« âì ­  ¢ë§®¢ ä㭪樨 ¡¨®á 
POP AF ; LD D,A
LD BC,0 ; LD A,ACEX.HOLD
OUT (C),A ; LD (#C400),A
LD A,D ; POP AF
LD (#C400),A ; LD BC,0
LD A,E ; OUT (C),A
OUT (SLOT3),a ; LD A,D
;R06 ; LD (#C400),A
RET ; LD A,E
; OUT (SLOT3),a
; RET
; ;
;R07 ;R07
; CMOSINIT: ; CMOSINIT:

View File

@ -38,7 +38,7 @@ SETTINGS:
LD DE,#0602 LD DE,#0602
LD BC,#134C LD BC,#134C
CALL PBORDER CALL PBORDER ;!FIXIT
CALL setFRAME.single CALL setFRAME.single

View File

@ -155,27 +155,21 @@ TLINEH:
; E - X ; E - X
; B - CY ; B - CY
; C - CX ; C - CX
PBORDER: PBORDER: PUSH BC
PUSH BC
LD A,C LD A,C
DEC A DEC A
LD (.BSHI),A LD (.BSHI),A
DEC A DEC A
LD (.BHOR),A LD (.BHOR),A
LD (.BHOR2),A LD (.BHOR2),A
;CALL ScreenPOS.LOCAT
CALL LP_SET_PLACE CALL LP_SET_PLACE
LD A,(ElementsBuffer.UpLeft) LD A,(ElementsBuffer.UpLeft)
LD H,E LD H,E
CALL PRSYM CALL PRSYM
LD A,(ElementsBuffer.HorizontalLine) LD A,(ElementsBuffer.HorizontalLine)
.BHOR+1: .BHOR+1: LD B,1
LD B,1
;CALL PRSYMB
CALL LP_PRINT_SYM CALL LP_PRINT_SYM
LD A,(ElementsBuffer.UpRight) LD A,(ElementsBuffer.UpRight)
CALL PRSYM CALL PRSYM
POP BC POP BC
@ -185,15 +179,12 @@ PBORDER:
LD E,H LD E,H
.loop: PUSH BC .loop: PUSH BC
;CALL ScreenPOS.LOCAT
CALL LP_SET_PLACE CALL LP_SET_PLACE
LD A,(ElementsBuffer.VerticalLine) LD A,(ElementsBuffer.VerticalLine)
CALL PRSYM CALL PRSYM
LD A,H LD A,H
.BSHI+1: .BSHI+1: ADD A,#00
ADD A,#00
LD E,A LD E,A
;CALL ScreenPOS.LOCAT
CALL LP_SET_PLACE CALL LP_SET_PLACE
LD A,(ElementsBuffer.VerticalLine) LD A,(ElementsBuffer.VerticalLine)
CALL PRSYM CALL PRSYM
@ -202,47 +193,39 @@ PBORDER:
INC D INC D
DJNZ .loop DJNZ .loop
;CALL ScreenPOS.LOCAT
CALL LP_SET_PLACE CALL LP_SET_PLACE
LD A,(ElementsBuffer.DownLeft) LD A,(ElementsBuffer.DownLeft)
CALL PRSYM CALL PRSYM
LD A,(ElementsBuffer.HorizontalLine) LD A,(ElementsBuffer.HorizontalLine)
.BHOR2+1: .BHOR2+1: LD B,1
LD B,1
;CALL PRSYMB
CALL LP_PRINT_SYM CALL LP_PRINT_SYM
LD A,(ElementsBuffer.DownRight) LD A,(ElementsBuffer.DownRight)
CALL PRSYM CALL PRSYM
RET RET
PRSYM: ;LD BC,1*256 + BIOS.LP_PRINT_SYM PRSYM: LD B,1
;JP_to_BIOS
LD B,1
JP LP_PRINT_SYM JP LP_PRINT_SYM
; PRSYMB: LD C,BIOS.LP_PRINT_SYM ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; JP_to_BIOS //////////////////// LOGO \\\\\\\\\\\\\\\\\\\\
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
LOGOTYP: LOGOTYPE: CALL SHOW_LOGO
CALL LOGOX
LD BC,CMOS_CELL.BootUpParams.Mask.StartDelay LD BC,CMOS_CELL.BootUpParams.Mask.StartDelay
CALL G_VALUE CALL G_VALUE
OR A OR A
JR Z,EASYDLY ;MIN (DISABLE) JR Z,.EASYDLY ; Delay average
DEC A DEC A
JR Z,SKIPDLY ;NORMAL JR Z,.SKIPDLY ; Delay disabled
; Delay enabled
LD B,LOGO_DELAY_NORM LD B,LOGO_DELAY_NORM
.loop EI .loop EI
push bc push bc
HALT HALT
call go_setup CALL go_setup
pop bc pop bc
DJNZ .loop DJNZ .loop
SKIPDLY: ; Delay average
LD B,LOGO_DELAY_MAX .SKIPDLY: LD B,LOGO_DELAY_MAX
.MMA: PUSH BC .MMA: PUSH BC
EI EI
HALT HALT
@ -250,31 +233,31 @@ SKIPDLY:
CALL FADE CALL FADE
POP BC POP BC
DJNZ .MMA DJNZ .MMA
; ;
NOWLOGO: .ERASE_LOGO: LD IX,win_descriptor.tab80x32
LD IX,win_descriptor.tab80x32
LD HL,#0000 LD HL,#0000
LD E,1 LD E,1
;
EI EI
HALT HALT
DI DI
CALL WIN_OPEN CALL WIN_OPEN
;
LD DE,0 LD DE,0
LD HL,#0920 ;!HARDCODE LOGOTYPE SIZE LD HL,#0920 ;!HARDCODE LOGOTYPE SIZE
LD B,7 LD B,7
JP LP_CLS_WIN JP LP_CLS_WIN
; Delay disabled
EASYDLY: .EASYDLY: LD B,LOGO_DELAY_MIN
LD B,LOGO_DELAY_MIN .loop2: EI
.loop: EI
HALT HALT
DJNZ .loop DJNZ .loop2
DI DI
JR NOWLOGO JR .ERASE_LOGO
; ; ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
LOGOX: LD IX,win_descriptor.tab320x256 SHOW_LOGO: LD IX,win_descriptor.tab320x256
LD HL,#0000 LD HL,#0000
LD E,1 LD E,1
CALL WIN_OPEN CALL WIN_OPEN
@ -326,6 +309,9 @@ LOGOX: LD IX,win_descriptor.tab320x256
OUT (ROM.SLOT0),A OUT (ROM.SLOT0),A
EI EI
RET RET
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
win_descriptor: win_descriptor:
.tab80x32 Window_UserVars{ .tab80x32 Window_UserVars{
@ -354,8 +340,7 @@ win_descriptor:
LD HL,memBUFFER.Shared LD HL,memBUFFER.Shared
; A = 0 ; A = 0
LD B,A LD B,A
.loop: .loop: DUP 3
DUP 3
CP (HL) CP (HL)
JR Z,1F JR Z,1F
DEC (HL) DEC (HL)
@ -364,6 +349,8 @@ win_descriptor:
INC HL INC HL
DJNZ .loop DJNZ .loop
ENDM ENDM
FADE: XOR A FADE: XOR A
_mFADE _mFADE
_mFADE _mFADE
@ -394,7 +381,7 @@ go_setup: ; !FIXIT
LD HL,#0000 LD HL,#0000
LD E,1 LD E,1
CALL WIN_OPEN CALL WIN_OPEN
JP CSETUP JP ENTER_SETUP
.to_EXIT_SETUP: .to_EXIT_SETUP:
LD HL,(RET_TO_EXP_ADDR) LD HL,(RET_TO_EXP_ADDR)

View File

@ -546,17 +546,17 @@ msgStrings:
_mSetStr bootOk, tmp_Counter : DZ ' OK' _mSetStr bootOk, tmp_Counter : DZ ' OK'
_mSetStr afterBootFail, tmp_Counter : DZ 'PRESS <ENTER> TO REBOOT, <DEL> TO ENTER SETUP OR <ESC> TO ZX-MODE . . .' _mSetStr afterBootFail, tmp_Counter : DZ 'PRESS <ENTER> TO REBOOT, <DEL> TO ENTER SETUP OR <ESC> TO ZX-MODE . . .'
; ;
_mSetStr parLang, tmp_Counter : DZ 'Language (Ÿ§ëª) : ' _mSetStr parLang, tmp_Counter : DZ 'Language (ï§ëª) : '
_mSetStr valLangEng, tmp_Counter : DZ 'English ' _mSetStr valLangEng, tmp_Counter : DZ 'English '
_mSetStr valLangRus, tmp_Counter : DZ '<EFBFBD>ãá᪨© ' _mSetStr valLangRus, tmp_Counter : DZ '<EFBFBD>ãá᪨© '
_mSetStr parMemTest, tmp_Counter : DZ 'Memory Test : ' _mSetStr parMemTest, tmp_Counter : DZ 'Memory test : '
_mSetStr valDisabled, tmp_Counter : DZ 'Disabled' _mSetStr valDisabled, tmp_Counter : DZ 'Disabled'
_mSetStr valEnabled, tmp_Counter : DZ 'Enabled ' _mSetStr valEnabled, tmp_Counter : DZ 'Enabled '
_mSetStr parSaveRAMdrvs, tmp_Counter : DZ 'Save RAM-disks : ' _mSetStr parSaveRAMdrvs, tmp_Counter : DZ 'Save RAM-disks : '
_mSetStr parUpdBios, tmp_Counter : DZ 'Update BIOS : ' _mSetStr parUpdBios, tmp_Counter : DZ 'Update BIOS : '
_mSetStr parStartDelay, tmp_Counter : DZ 'Start Delay : ' _mSetStr parStartDelay, tmp_Counter : DZ 'Start delay : '
_mSetStr valNormal, tmp_Counter : DZ 'Normal ' _mSetStr valNormal, tmp_Counter : DZ 'Average '
_mSetStr parTypRate, tmp_Counter : DZ 'Typematic Rate (Chars/Sec) : ' _mSetStr parTypRate, tmp_Counter : DZ 'Typematic rate (chars/sec) : '
_mSetStr val_6, tmp_Counter : DZ '6 ' _mSetStr val_6, tmp_Counter : DZ '6 '
_mSetStr val_8, tmp_Counter : DZ '8 ' _mSetStr val_8, tmp_Counter : DZ '8 '
_mSetStr val_10, tmp_Counter : DZ '10' _mSetStr val_10, tmp_Counter : DZ '10'
@ -565,13 +565,13 @@ msgStrings:
_mSetStr val_20, tmp_Counter : DZ '20' _mSetStr val_20, tmp_Counter : DZ '20'
_mSetStr val_24, tmp_Counter : DZ '24' _mSetStr val_24, tmp_Counter : DZ '24'
_mSetStr val_30, tmp_Counter : DZ '30' _mSetStr val_30, tmp_Counter : DZ '30'
_mSetStr parTypDelay, tmp_Counter : DZ 'Typematic Delay (Msec) : ' _mSetStr parTypDelay, tmp_Counter : DZ 'Typematic delay (Msec) : '
_mSetStr val_250, tmp_Counter : DZ '250 ' _mSetStr val_250, tmp_Counter : DZ '250 '
_mSetStr val_500, tmp_Counter : DZ '500 ' _mSetStr val_500, tmp_Counter : DZ '500 '
_mSetStr val_750, tmp_Counter : DZ '750 ' _mSetStr val_750, tmp_Counter : DZ '750 '
_mSetStr val_1000, tmp_Counter : DZ '1000' _mSetStr val_1000, tmp_Counter : DZ '1000'
_mSetStr parRebootMsg, tmp_Counter : DZ 'Reboot message : ' _mSetStr parRebootMsg, tmp_Counter : DZ 'Reboot message : '
_mSetStr parSysDsk, tmp_Counter : DZ 'System Disk : ' _mSetStr parSysDsk, tmp_Counter : DZ 'System disk : '
_mSetStr val1stFDD, tmp_Counter : DZ '1-st FDD' _mSetStr val1stFDD, tmp_Counter : DZ '1-st FDD'
_mSetStr val2ndFDD, tmp_Counter : DZ '2-nd FDD' _mSetStr val2ndFDD, tmp_Counter : DZ '2-nd FDD'
_mSetStr val1stIDE, tmp_Counter : DZ '1-st IDE' _mSetStr val1stIDE, tmp_Counter : DZ '1-st IDE'
@ -580,13 +580,13 @@ msgStrings:
_mSetStr val4thIDE, tmp_Counter : DZ '4-th IDE' _mSetStr val4thIDE, tmp_Counter : DZ '4-th IDE'
_mSetStr valRamDsk, tmp_Counter : DZ 'RAM-DISK' _mSetStr valRamDsk, tmp_Counter : DZ 'RAM-DISK'
_mSetStr valRecovery, tmp_Counter : DZ 'RECOVERY' _mSetStr valRecovery, tmp_Counter : DZ 'RECOVERY'
_mSetStr parAltSysDsk, tmp_Counter : DZ 'Alt. System Disk : ' _mSetStr parAltSysDsk, tmp_Counter : DZ 'Alt. system disk : '
_mSetStr parFddFirst, tmp_Counter : DZ 'FDD First : ' _mSetStr parFddFirst, tmp_Counter : DZ 'FDD first : '
_mSetStr valAuto, tmp_Counter : DZ 'Auto ' _mSetStr valAuto, tmp_Counter : DZ 'Auto '
; _mSetStr val720, tmp_Counter : DZ '720K ' ; _mSetStr val720, tmp_Counter : DZ '720K '
; _mSetStr val1440, tmp_Counter : DZ '1.44M ' ; _mSetStr val1440, tmp_Counter : DZ '1.44M '
_mSetStr valDash6, tmp_Counter : DZ '------' _mSetStr valDash6, tmp_Counter : DZ '------'
_mSetStr parFddSecond, tmp_Counter : DZ 'FDD Second : ' _mSetStr parFddSecond, tmp_Counter : DZ 'FDD second : '
_mSetStr parPriIdeMA, tmp_Counter : DZ 'Primary IDE Master',#FF,' : ' _mSetStr parPriIdeMA, tmp_Counter : DZ 'Primary IDE Master',#FF,' : '
_mSetStr valSetup, tmp_Counter : DZ 'Setup ' _mSetStr valSetup, tmp_Counter : DZ 'Setup '
_mSetStr valCdRom, tmp_Counter : DZ 'CD-ROM' _mSetStr valCdRom, tmp_Counter : DZ 'CD-ROM'
@ -594,9 +594,9 @@ msgStrings:
_mSetStr parSecIdeMA, tmp_Counter : DZ 'Secondary IDE Master',#FF,' : ' _mSetStr parSecIdeMA, tmp_Counter : DZ 'Secondary IDE Master',#FF,' : '
_mSetStr parSecIdeSl, tmp_Counter : DZ 'Secondary IDE Slave',#FF,' : ' _mSetStr parSecIdeSl, tmp_Counter : DZ 'Secondary IDE Slave',#FF,' : '
IF HDDwriteProtect IF HDDwriteProtect
_mSetStr parHddWrPr, tmp_Counter : DZ 'HDD Write protect : ' _mSetStr parHddWrPr, tmp_Counter : DZ 'HDD write protect : '
ENDIF ENDIF
_mSetStr parScreenY, tmp_Counter : DZ 'Y-Screen position : ' _mSetStr parScreenY, tmp_Counter : DZ 'Y-screen position : '
_mSetStr valMinus7, tmp_Counter : DZ '-7' _mSetStr valMinus7, tmp_Counter : DZ '-7'
_mSetStr valMinus6, tmp_Counter : DZ '-6' _mSetStr valMinus6, tmp_Counter : DZ '-6'
_mSetStr valMinus5, tmp_Counter : DZ '-5' _mSetStr valMinus5, tmp_Counter : DZ '-5'
@ -612,7 +612,7 @@ msgStrings:
_mSetStr valPlus5, tmp_Counter : DZ '+5' _mSetStr valPlus5, tmp_Counter : DZ '+5'
_mSetStr valPlus6, tmp_Counter : DZ '+6' _mSetStr valPlus6, tmp_Counter : DZ '+6'
_mSetStr valPlus7, tmp_Counter : DZ '+7' _mSetStr valPlus7, tmp_Counter : DZ '+7'
_mSetStr parScreenX, tmp_Counter : DZ 'X-Screen position : ' _mSetStr parScreenX, tmp_Counter : DZ 'X-screen position : '
_mSetStr parFrameInt, tmp_Counter : DZ 'Frame interrupt : ' _mSetStr parFrameInt, tmp_Counter : DZ 'Frame interrupt : '
_mSetStr valDash8, tmp_Counter : DZ '--------' _mSetStr valDash8, tmp_Counter : DZ '--------'
_mSetStr valScorpion, tmp_Counter : DZ 'Scorpion' _mSetStr valScorpion, tmp_Counter : DZ 'Scorpion'
@ -621,7 +621,7 @@ msgStrings:
_mSetStr parVSync, tmp_Counter : DZ 'V-synchronization : ' _mSetStr parVSync, tmp_Counter : DZ 'V-synchronization : '
_mSetStr val312_50, tmp_Counter : DZ '312/50Hz' _mSetStr val312_50, tmp_Counter : DZ '312/50Hz'
_mSetStr val320_49, tmp_Counter : DZ '320/49Hz' _mSetStr val320_49, tmp_Counter : DZ '320/49Hz'
_mSetStr parQuickStartROM, tmp_Counter : DZ 'Quick ROM Start : ' _mSetStr parQuickStartROM, tmp_Counter : DZ 'Quick ROM start : '
_mSetStr parTrDosA, tmp_Counter : DZ 'TR DOS A:> : ' _mSetStr parTrDosA, tmp_Counter : DZ 'TR DOS A:> : '
_mSetStr valDefault, tmp_Counter : DZ 'Default' _mSetStr valDefault, tmp_Counter : DZ 'Default'
_mSetStr valFDD, tmp_Counter : DZ 'FDD ' ; ????? ¯®¤ã¬ âì ª ª¨¥ ¢ à¨ ­âë ¢®§¬®¦­ë _mSetStr valFDD, tmp_Counter : DZ 'FDD ' ; ????? ¯®¤ã¬ âì ª ª¨¥ ¢ à¨ ­âë ¢®§¬®¦­ë
@ -630,7 +630,7 @@ msgStrings:
_mSetStr parTrDosC, tmp_Counter : DZ 'TR DOS C:> : ' _mSetStr parTrDosC, tmp_Counter : DZ 'TR DOS C:> : '
_mSetStr parTrDosD, tmp_Counter : DZ 'TR DOS D:> : ' _mSetStr parTrDosD, tmp_Counter : DZ 'TR DOS D:> : '
IF NEW_FEATURE IF NEW_FEATURE
_mSetStr parSetTime, tmp_Counter : DZ 'Date and Time setup : ' _mSetStr parSetTime, tmp_Counter : DZ 'Date and time setup : '
_mSetStr valFolder, tmp_Counter : DB 16,'ENTER',17,0 _mSetStr valFolder, tmp_Counter : DB 16,'ENTER',17,0
ENDIF ENDIF
IF BETA_BUILD IF BETA_BUILD
@ -696,7 +696,7 @@ msgRusStrings:
_mSetStrRus bootOk, tmp_Counter : DZ ' OK' _mSetStrRus bootOk, tmp_Counter : DZ ' OK'
_mSetStrRus afterBootFail, tmp_Counter : DZ '<EFBFBD>Œˆ <ENTER> Ÿ <EFBFBD><EFBFBD>ƒ<EFBFBD>Šˆ, <DEL> Ÿ <EFBFBD><EFBFBD>ŽŠ ˆˆ <ESC> Ÿ ZX-MODE . . .' _mSetStrRus afterBootFail, tmp_Counter : DZ '<EFBFBD>Œˆ <ENTER> Ÿ <EFBFBD><EFBFBD>ƒ<EFBFBD>Šˆ, <DEL> Ÿ <EFBFBD><EFBFBD>ŽŠ ˆˆ <ESC> Ÿ ZX-MODE . . .'
; ;
_mSetStrRus parLang, tmp_Counter : DZ 'Ÿ§ëª (Language) : ' _mSetStrRus parLang, tmp_Counter : DZ 'Ÿ§ëª (language) : '
_mSetStrRus valLangEng, tmp_Counter : DZ 'English ' _mSetStrRus valLangEng, tmp_Counter : DZ 'English '
_mSetStrRus valLangRus, tmp_Counter : DZ '<EFBFBD>ãá᪨© ' _mSetStrRus valLangRus, tmp_Counter : DZ '<EFBFBD>ãá᪨© '
_mSetStrRus parMemTest, tmp_Counter : DZ '¥áâ¨à®¢ ­¨¥ ¯ ¬ï⨠: ' _mSetStrRus parMemTest, tmp_Counter : DZ '¥áâ¨à®¢ ­¨¥ ¯ ¬ï⨠: '
@ -705,7 +705,7 @@ msgRusStrings:
_mSetStrRus parSaveRAMdrvs, tmp_Counter : DZ '®åà ­¥­¨¥ RAM-¤¨áª®¢ : ' _mSetStrRus parSaveRAMdrvs, tmp_Counter : DZ '®åà ­¥­¨¥ RAM-¤¨áª®¢ : '
_mSetStrRus parUpdBios, tmp_Counter : DZ 'Ž¡­®¢«¥­¨¥ BIOS : ' _mSetStrRus parUpdBios, tmp_Counter : DZ 'Ž¡­®¢«¥­¨¥ BIOS : '
_mSetStrRus parStartDelay, tmp_Counter : DZ '<EFBFBD> ç «ì­®¥ ®¦¨¤ ­¨¥ : ' _mSetStrRus parStartDelay, tmp_Counter : DZ '<EFBFBD> ç «ì­®¥ ®¦¨¤ ­¨¥ : '
_mSetStrRus valNormal, tmp_Counter : DZ 'Ž¡ëç­®¥ ' _mSetStrRus valNormal, tmp_Counter : DZ '।­¥¥ '
_mSetStrRus parTypRate, tmp_Counter : DZ 'ª®à®áâì  ¢â®¯®¢â®à  : ' _mSetStrRus parTypRate, tmp_Counter : DZ 'ª®à®áâì  ¢â®¯®¢â®à  : '
_mSetStrRus val_6, tmp_Counter : DZ '6 ' _mSetStrRus val_6, tmp_Counter : DZ '6 '
_mSetStrRus val_8, tmp_Counter : DZ '8 ' _mSetStrRus val_8, tmp_Counter : DZ '8 '

Binary file not shown.