Changeset 491 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Menus/HotkeyBar.asm
- Timestamp:
- Dec 15, 2012, 2:46:29 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Menus/HotkeyBar.asm
r410 r491 327 327 HotkeyBar_StoreHotkeyToBootvarsForDriveLetterInDL: 328 328 eMOVZX ax, dl 329 call Char_ChangeCaseInAL; Upper case drive letter to lower case keystroke329 xor al, 32 ; Upper case drive letter to lower case keystroke 330 330 jmp SHORT HotkeyBar_StoreHotkeyToBootvarsIfValidKeystrokeInAX 331 331 … … 376 376 call Char_IsLowerCaseLetterInAL 377 377 jnc SHORT .KeystrokeIsNotValidHotkey 378 call Char_ChangeCaseInAL; We want to print upper case letters378 xor al, 32 ; We want to print upper case letters 379 379 380 380 ; Clear HD First flag to assume Floppy Drive hotkey
Note:
See TracChangeset
for help on using the changeset viewer.