Ignore:
Timestamp:
Dec 5, 2010, 6:52:11 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS Configurator v2:

  • All necessary features should now be implemented.
File:
1 edited

Legend:

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

    r57 r65  
    22; Project name  :   XTIDE Univeral BIOS Configurator v2
    33; Created date  :   10.10.2010
    4 ; Last update   :   24.10.2010
     4; Last update   :   30.11.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Functions for loading and saving BIOS image file.
     
    163163    call    Buffers_GetFileBufferToESDI
    164164    call    Registers_CopyESDItoDSSI
    165     mov     cx, [cs:g_cfgVars+CFGVARS.wImageSize]
     165    mov     cx, [cs:g_cfgVars+CFGVARS.wImageSizeInWords]
     166    shl     cx, 1
    166167    call    FileIO_WriteCXbytesFromDSSIusingHandleFromBX
    167168    jc      SHORT .DisplayErrorMessage
Note: See TracChangeset for help on using the changeset viewer.