Changeset 52 in xtideuniversalbios for trunk/Assembly_Library/Inc/Menu.inc


Ignore:
Timestamp:
Oct 12, 2010, 6:51:07 PM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:
Completely rewritten line splitting (slower but no need to modify string).
Some changes to string processing functions.
Saved few bytes from CGA detection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/Menu.inc

    r48 r52  
    22; Project name  :   Assembly Library
    33; Created date  :   13.7.2010
    4 ; Last update   :   5.10.2010
     4; Last update   :   12.10.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Defines for Menu library.
     
    9595    .wTimeoutTicks                  resb    2   ; Selection timeout in system timer ticks
    9696    .wItems                         resb    2   ; Number of items in menu
     97    .wHighlightedItem               resb    2   ; Index for highlighted item
    9798
    9899    .wTitleAndInfoLines:
     
    115116                                    resb    1
    116117    .wTimeoutCounter                resb    2
    117 
    118     .wHighlightedItem               resb    2   ; Index for highlighted item
    119118    .wFirstVisibleItem              resb    2   ; Index for first visible item on the menu
    120119endstruc
Note: See TracChangeset for help on using the changeset viewer.