Changeset 122 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot
- Timestamp:
- Feb 28, 2011, 5:56:17 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm
r120 r122 396 396 .PrintHotkeyString: 397 397 ; Display Library should not be called like this 398 mov si, ATTRIBUTE_CHARS.cTitle399 call MenuAttribute_GetToAXfromTypeInSI400 xchg cx, ax401 398 mov si, ATTRIBUTE_CHARS.cHighlightedItem 402 399 call MenuAttribute_GetToAXfromTypeInSI 403 400 xchg dx, ax 401 mov cx, MONO_BRIGHT 404 402 405 403 test bl, bl ; Any Floppy Drives? … … 412 410 test bh, bh ; Any Hard Drives? 413 411 jz SHORT .SkipHardDriveHotkeys 412 xchg ax, cx ; Store Key Attribute 414 413 call BootMenu_GetLetterForFirstHardDiskToCL 415 414 mov ch, ANGLE_QUOTE_RIGHT
Note:
See TracChangeset
for help on using the changeset viewer.