Ignore:
Timestamp:
Feb 28, 2011, 4:23:58 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Configurator v2:

  • Warm boot flag is now reset when rebooting.
  • Checksum generation no longer corrupts images when image size is less than EEPROM size.
  • Configuration and flashing menu items are now displayed when loading BIOS from EEPROM.
Location:
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/FlashMenu.asm

    r108 r118  
    206206;       SS:BP:  Ptr to MENU
    207207;   Returns:
    208 ;       Nothing
     208;       CF:     Set if EEPROM too small
    209209;   Corrupts registers:
    210210;       AX, BX, DX
     
    386386.RebootComputer:
    387387.ResetAT:
     388    LOAD_BDA_SEGMENT_TO ds, ax
     389    mov     [BDA.wBoot], ax         ; Make sure soft reset flag is not set
    388390    mov     al, 0FEh                ; System reset (AT+ keyboard controller)
    389391    out     64h, al                 ; Reset computer (AT+)
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MainMenu.asm

    r114 r118  
    205205    call    Buffers_NewBiosWithSizeInDXCXandSourceInAXhasBeenLoadedForConfiguration
    206206    mov     dx, g_szDlgMainLoadROM
    207     jmp     Dialogs_DisplayNotificationFromCSDX
     207    call    Dialogs_DisplayNotificationFromCSDX
     208    jmp     MainMenu_EnterMenuOrModifyItemVisibility
    208209
    209210
Note: See TracChangeset for help on using the changeset viewer.