Changeset 423 in xtideuniversalbios for trunk


Ignore:
Timestamp:
May 16, 2012, 4:21:25 PM (12 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Changed version number to beta 2.
Location:
trunk/XTIDE_Universal_BIOS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/Version.inc

    r378 r423  
    4242
    4343%define TITLE_STRING            TITLE_STRING_START, TITLE_STRING_END
    44 %define ROM_VERSION_STRING      "v2.0.0",BETA,"1 (",__DATE__,")",NULL
    45 %define FLASH_SIGNATURE         "XTIDE200"  ; Do not terminate with NULL
     44%define ROM_VERSION_STRING      "v2.0.0",BETA,"2 (",__DATE__,")",NULL
     45%define FLASH_SIGNATURE         "XTIDE201"  ; Do not terminate with NULL
    4646
    4747
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/AtaGeometry.asm

    r422 r423  
    3333;       ES:SI:  Ptr to 512-byte ATA information read from the drive
    3434;   Returns:
    35 ;       BX:DX:AX:   48-bit sector count
     35;       BX:DX:AX:   48-bit sectohr count
    3636;       CL:         FLGL_DPT_LBA48 if LBA48 supported
    3737;                   Zero if only LBA28 is supported
Note: See TracChangeset for help on using the changeset viewer.