Changeset 212 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot
- Timestamp:
- Jan 16, 2012, 8:50:39 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm
r202 r212 128 128 cmp ah, ROM_BOOT_HOTKEY_SCANCODE 129 129 jne SHORT .CheckDriveHotkeys 130 jmp Int19hMenu_RomBoot 130 ;; NOTE: carry flag will be clear after compare above that resulted in zero 131 jmp Int19hMenu_JumpToBootSector_or_RomBoot 131 132 ALIGN JUMP_ALIGN 132 133 .CheckDriveHotkeys:
Note:
See TracChangeset
for help on using the changeset viewer.