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


Ignore:
Timestamp:
Oct 23, 2011, 8:19:04 PM (12 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:
  • Removed an %ifdef in RomVars.inc that prevented XTIDECFG from building.
  • Size optimizations in MenuLoop.asm.
File:
1 edited

Legend:

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

    r177 r178  
    1 ; File name     :   Menu.inc
    21; Project name  :   Assembly Library
    3 ; Created date  :   13.7.2010
    4 ; Last update   :   22.11.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Defines for Menu library.
    73%ifndef MENU_INC
     
    146142
    147143; Keyboard keys (scan codes) used by menu library
    148 MENU_KEY_ENTER      EQU     1Ch
    149 MENU_KEY_ESC        EQU     01h
     144;MENU_KEY_ENTER     EQU     1Ch
     145;MENU_KEY_ESC       EQU     01h
    150146MENU_KEY_UP         EQU     48h
    151147MENU_KEY_DOWN       EQU     50h
Note: See TracChangeset for help on using the changeset viewer.