Changeset 407 in xtideuniversalbios for trunk/Assembly_Library/Inc/Display.inc


Ignore:
Timestamp:
Apr 25, 2012, 8:55:11 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Assembly Library:

  • One more attempt to properly restore MDA cursor after exiting menu.
File:
1 edited

Legend:

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

    r390 r407  
    184184
    185185; Cursor shapes
    186 CURSOR_NORMAL               EQU     0607h       ; Two line cursor near or at the bottom of cell (not valid for IBM MDA)
     186CURSOR_NORMAL_COLOR         EQU     0607h       ; Two line cursor near or at the bottom of cell (not valid for IBM MDA)
     187CURSOR_NORMAL_MDA           EQU     0B0Ch       ; Scanlines 11 and 12
    187188CURSOR_HIDDEN               EQU     2000h
    188189
Note: See TracChangeset for help on using the changeset viewer.