Ignore:
Timestamp:
Feb 25, 2013, 4:23:09 PM (11 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Reverted the changes to MenuEvents.inc done in r492 since they broke the F1 key function in XTIDECFG.
  • Added a tail-call optimized variant of the CALL_DISPLAY_LIBRARY macro (JMP_DISPLAY_LIBRARY).
  • Put a block size limit in AH1Eh_ChangeXTCFmodeBasedOnControlRegisterInAL. I think it's needed but if not, it's easy to remove.
  • Other optimizations and fixes.
File:
1 edited

Legend:

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

    r504 r505  
    114114
    115115    ; Point to next IDEVARS
     116    add     si, IDEVARS_size
    116117    cmp     si, ROMVARS.ideVars3
    117     jae     SHORT .AllPortsAlreadyDetected
    118     add     si, IDEVARS_size
    119     jmp     SHORT .DetectFromNextPort
     118    jbe     SHORT .DetectFromNextPort
    120119.AllPortsAlreadyDetected:
    121120    ret
Note: See TracChangeset for help on using the changeset viewer.