Changeset 124 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm


Ignore:
Timestamp:
Mar 2, 2011, 7:42:19 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Some boot menu fixes but menu does not work yet.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm

    r122 r124  
    362362ALIGN JUMP_ALIGN
    363363BootMenuPrint_TheBottomOfScreen:
    364     call    FloppyDrive_GetCount
     364    call    FloppyDrive_GetCountToCX
    365365    mov     bl, cl                  ; Floppy Drive count to BL
    366366    call    RamVars_GetHardDiskCountFromBDAtoCX
Note: See TracChangeset for help on using the changeset viewer.