Changeset 115 in xtideuniversalbios for trunk/Assembly_Library/Src


Ignore:
Timestamp:
Feb 23, 2011, 6:46:25 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Current cursor coordinates won't no longer be reset when initializing Display Library.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Display/DisplayContext.asm

    r101 r115  
    6565;--------------------------------------------------------------------
    6666.InitializeCursor:
    67     xor     ax, ax
    68     call    DisplayCursor_SetCoordinatesFromAX
     67    call    DisplayCursor_GetHardwareCoordinatesToAX    ; Coordinates before init
     68    call    DisplayCursor_SetCoordinatesFromAX          ; Cursor to Display Context
    6969    ; Fall to DisplayContext_SynchronizeToHardware
    7070
Note: See TracChangeset for help on using the changeset viewer.