Changeset 128 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm
- Timestamp:
- Mar 4, 2011, 1:47:17 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm
r127 r128 157 157 call RamVars_GetSegmentToDS 158 158 call BootMenu_ConvertMenuitemFromCXtoDriveInDX 159 test dl, 80h; Floppy drive?160 j zSHORT .DrawFloppyDrive159 test dl, dl ; Floppy drive? 160 jns SHORT .DrawFloppyDrive 161 161 jmp [cs:bx+ITEM_TYPE_REFRESH.HardDisk] 162 162 ALIGN JUMP_ALIGN
Note:
See TracChangeset
for help on using the changeset viewer.