Changeset 48 in xtideuniversalbios for trunk/Assembly_Library/Inc/MenuEvents.inc


Ignore:
Timestamp:
Oct 8, 2010, 3:44:05 PM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:
Added functions to clear Menu Title and Information areas.
Implemented automatic line change when writing Menu Title and Information areas.
CGA snow related functions have been moved to CgaSnow.asm.
Keyboard input functions no longer produce beep for backspace.

File:
1 edited

Legend:

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

    r41 r48  
    22; Project name  :   Assembly Library
    33; Created date  :   13.7.2010
    4 ; Last update   :   11.8.2010
     4; Last update   :   5.10.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Defines for Menu events send to the user.
     
    4949
    5050    ; Parameters:
    51     ;   None but cursor has been positioned to the beginning of first line
     51    ;   CX:         Index of highlighted item
     52    ;   Cursor has been positioned to the beginning of first line
    5253    .RefreshTitle                   resb    2
    5354    .RefreshInformation             resb    2
Note: See TracChangeset for help on using the changeset viewer.