Changeset 170 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2


Ignore:
Timestamp:
Aug 22, 2011, 2:25:51 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes to all parts of the project:

  • Minor size optimizations
  • Commented away some ALIGN JUMP_ALIGN directives in the Int13h handler (they are either in init procedures, procedures that are rarely called or are unnecessary due to conditional assembly)
  • Fixed what appears to be a typo in EBIOS.inc
File:
1 edited

Legend:

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

    r109 r170  
    125125    call    InitializeDialogInputFromDSSI
    126126    mov     WORD [si+DIALOG_INPUT.fszTitle], g_szDlgExitToDos
    127     mov     WORD [si+DIALOG_INPUT.fszItems], g_szMultichoiceBooleanFlag
    128     CALL_MENU_LIBRARY GetSelectionToAXwithInputInDSSI
    129     add     sp, BYTE DIALOG_INPUT_size
    130     cmp     ax, BYTE 1      ; 1 = YES
    131 
    132     pop     ds
    133     ret
     127    jmp     Dialogs_DisplayQuitAndSaveChangesDialogsSharedEnding
    134128
    135129
     
    142136    call    InitializeDialogInputFromDSSI
    143137    mov     WORD [si+DIALOG_INPUT.fszTitle], g_szDlgSaveChanges
     138Dialogs_DisplayQuitAndSaveChangesDialogsSharedEnding:
    144139    mov     WORD [si+DIALOG_INPUT.fszItems], g_szMultichoiceBooleanFlag
    145140    CALL_MENU_LIBRARY GetSelectionToAXwithInputInDSSI
Note: See TracChangeset for help on using the changeset viewer.