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


Ignore:
Timestamp:
Mar 22, 2013, 5:40:35 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Assembly Library:

  • Menu system KeyStroke event related code now always included since the %ifdef did not seem to work.
File:
1 edited

Legend:

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

    r526 r527  
    165165;       Nothing
    166166;--------------------------------------------------------------------
    167 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    168167ALIGN MENU_JUMP_ALIGN
    169168MenuInit_GetHighlightedItemToAX:
    170169    mov     ax, [bp+MENUINIT.wHighlightedItem]
    171170    ret
    172 %endif
    173171
    174172
Note: See TracChangeset for help on using the changeset viewer.