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

    r526 r527  
    155155;       AX, BX, DX
    156156;--------------------------------------------------------------------
    157 %ifdef MENUEVENT_KeyStrokeInAX
    158157ALIGN MENU_JUMP_ALIGN
    159158MenuEvent_KeyStrokeInAX:
    160159    mov     bl, MENUEVENT_KeyStrokeInAX
    161160    SKIP2B  dx  ; mov dx, <next instruction>
    162 %endif
    163161
    164162;--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.