-bug with keyboard

This commit is contained in:
Anatoliy Belyanskiy 2023-12-19 02:29:42 +10:00
parent d75d50b290
commit dc3ce80711
3 changed files with 6 additions and 4 deletions

View File

@ -1599,7 +1599,7 @@ FN_LIB:
;!TODO ᪮¬¯®­®¢ âì
;!TODO сЊЎЌЏЎ­ЎЂ ть Ј ЄЎЏ ять
;----------------------------------------------------------------------;
; ¢å®¤ A - byte
; B - speed_parameter

View File

@ -699,7 +699,7 @@ ABOOT: LD A,msgStrings.bootAltDrv
CALL INT_ON
AGAKEY: CALL WAITKEY
LD HL,#4F00 ; DEL - go to settings
AND A
;AND A
SBC HL,DE
JR Z,CSETUP
CP #1B ; ESC - go to zx spectrum mode
@ -884,8 +884,10 @@ RECOVERYstart:
PrepareToBOOT:
CALL INT_OFF
CALL PORTS_INIT.clean_kbd_buf
HALT ; ¡¥§ ­¥£® ­¥ áà ¡ â뢠¥â § ¦¨¬ ­¨¥ è¨äâ  ¯à¨ áâ à⥠¤®á  ¤«ï ®â¬¥­ë áâ àâ  system.exe
CALL INT_OFF
CALL PORTS_INIT.clean_kbd_buf ;Clearing the keyboard buffer
; âãâ ­¥ ¤®«¦­® ¡ëâì ¨á¯®à祭® §­ ç¥­¨¥ BC
CALL G_VALUE
LD B,0
; FDD

Binary file not shown.