Changeset 243 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot
- Timestamp:
- Feb 10, 2012, 2:00:50 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/XTIDE_Universal_BIOS/Src/Boot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenu.asm
r241 r243 8 8 ; Displays Boot Menu and returns Drive or Function number. 9 9 ; 10 ; BootMenu_DisplayAndReturnSelection 10 ; BootMenu_DisplayAndReturnSelectionInDX 11 11 ; Parameters: 12 12 ; DS: RAMVARS segment … … 17 17 ;-------------------------------------------------------------------- 18 18 ALIGN JUMP_ALIGN 19 BootMenu_DisplayAndReturnSelection :19 BootMenu_DisplayAndReturnSelectionInDX: 20 20 call DriveXlate_Reset 21 21 call BootMenuPrint_TheBottomOfScreen … … 23 23 call BootMenuPrint_ClearScreen 24 24 call BootMenu_GetDriveToDXforMenuitemInCX 25 jnc BootMenu_DisplayAndReturnSelection 25 jnc BootMenu_DisplayAndReturnSelectionInDX 26 26 ret 27 27 -
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm
r241 r243 426 426 db 2880 / FloppyTypes.rgbCapacityMultiplier ; type 5 427 427 db 2880 / FloppyTypes.rgbCapacityMultiplier ; type 6 428 429 430 431 432 433 434 435
Note:
See TracChangeset
for help on using the changeset viewer.