Changeset 594 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2


Ignore:
Timestamp:
Jul 4, 2018, 6:40:02 PM (6 years ago)
Author:
aitotat
Message:

Previosly committed flash fix for configurator was incomplete. Now fixed properly.
Added MODULE_MFM_COMPATIBILITY.

File:
1 edited

Legend:

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

    r592 r594  
    188188
    189189    eMOVZX  di, [cs:g_cfgVars+CFGVARS.bEepromType]
    190 ;%if g_rgwEepromTypeToSizeInWords = 0   ; *FIXME* It really is but NASM won't accept this.
    191     mov     cx, [cs:di]
    192 ;%else
    193 ;   mov     cx, [cs:di+g_rgwEepromTypeToSizeInWords]
    194 ;%endif
     190    mov     cx, [cs:di+g_rgwEepromTypeToSizeInWords]
    195191    sub     cx, [cs:g_cfgVars+CFGVARS.wImageSizeInWords]    ; CX = WORDs to append
    196192    jbe     SHORT .NoNeedToAppendZeroes
Note: See TracChangeset for help on using the changeset viewer.