Changeset 48 in xtideuniversalbios for trunk/Assembly_Library/Inc/AssemblyLibrary.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/AssemblyLibrary.inc

    r41 r48  
    22; Project name  :   Assembly Library
    33; Created date  :   2.7.2010
    4 ; Last update   :   16.9.2010
     4; Last update   :   8.10.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Common defines for all library functions.
     
    1212%include "BiosData.inc"
    1313%include "BiosFunctions.inc"
     14%include "CgaSnow.inc"
    1415%include "Debug.inc"
    1516%include "DosFunctions.inc"
Note: See TracChangeset for help on using the changeset viewer.