Ignore:
Timestamp:
Mar 12, 2013, 3:16:28 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Configurator v2:

  • No more wrong EEPROM size message when loading whole BIOS from ROM.
  • Auto Configure now enables interrupts for Primary and Secondary IDE when configuring AT builds.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/EEPROM.asm

    r484 r523  
    7878EEPROM_GetXtideUniversalBiosSizeFromESDItoDXCX:
    7979    xor     dx, dx
    80     eMOVZX  cx, [es:di+ROMVARS.bRomSize]
     80    eMOVZX  cx, BYTE [es:di+ROMVARS.bRomSize]
    8181    eSHL_IM cx, 9               ; *= 512 for byte count
    8282    ret
     
    108108;               Cleared if EEPROM not found
    109109;   Corrupts registers:
    110 ;       AX, BX, CX, SI, DI
     110;       AX, BX, CX, SI
    111111;--------------------------------------------------------------------
    112112ALIGN JUMP_ALIGN
     
    114114    push    es
    115115    push    ds
     116    push    di
    116117
    117118    call    EEPROM_FindXtideUniversalBiosROMtoESDI
     
    128129
    129130.XtideUniversalBiosNotFound:
     131    pop     di
    130132    pop     ds
    131133    pop     es
Note: See TracChangeset for help on using the changeset viewer.