Ignore:
Timestamp:
Oct 28, 2012, 12:42:26 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Configurator v2:

  • Large builds are now saved to correct size.
File:
1 edited

Legend:

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

    r457 r484  
    210210Buffers_GenerateChecksum:
    211211    push    es
    212 
    213     call    Buffers_GetFileBufferToESDI
    214     mov     ax, [cs:g_cfgVars+CFGVARS.wImageSizeInWords]
    215     call    EEPROM_GetSmallestEepromSizeInWordsToCXforImageWithWordSizeInAX
    216     shl     cx, 1           ; Words to bytes
     212    push    dx
     213
     214    call    Buffers_GetFileBufferToESDI
     215    call    EEPROM_GetXtideUniversalBiosSizeFromESDItoDXCX
    217216    dec     cx              ; Leave space for checksum byte
    218217    xor     ax, ax
     
    225224    mov     [es:di], al
    226225
     226    pop     dx
    227227    pop     es
    228228    ret
Note: See TracChangeset for help on using the changeset viewer.