Changeset 532 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuInit.asm


Ignore:
Timestamp:
Mar 31, 2013, 11:31:48 PM (11 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Changed unused.pl to remove a false positive when MODULE_STRINGS_COMPRESSED is not included ('loop PrependOrAppendSpaces' in DisplayFormat.asm).
  • XTIDECFG: Moved the contents of all text files under Help into Strings.asm to simplify editing and to avoid them being "out of sight and forgotten", essentially making it easier to keep strings up to date. Also made changes to some strings in the process (spelling mistakes etc).
  • Other minor fixes and optimizations to the BIOS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Menu/MenuInit.asm

    r527 r532  
    153153    sub     ax, [bp+MENUINIT.wHighlightedItem]
    154154    jmp     MenuScrollbars_MoveHighlightedItemByAX
    155 %endif
    156155
    157156
     
    169168    mov     ax, [bp+MENUINIT.wHighlightedItem]
    170169    ret
     170%endif ; EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    171171
    172172
Note: See TracChangeset for help on using the changeset viewer.