Changeset 527 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuLoop.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/MenuLoop.asm

    r526 r527  
    8585    xchg    ax, cx
    8686    call    .ProcessMenuSystemKeystrokeFromAX
    87 %ifdef MENUEVENT_KeyStrokeInAX
    8887    jc      SHORT NoKeystrokeToProcess
    8988    jmp     MenuEvent_KeyStrokeInAX
    90 %else
    91     jmp     SHORT NoKeystrokeToProcess
    92 %endif
    9389
    9490;--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.