Changeset 407 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayContext.asm
- Timestamp:
- Apr 25, 2012, 8:55:11 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayContext.asm
r376 r407 34 34 mov WORD [VIDEO_BDA.displayContext+DISPLAY_CONTEXT.fnCharOut], DEFAULT_CHARACTER_OUTPUT 35 35 mov BYTE [VIDEO_BDA.displayContext+DISPLAY_CONTEXT.bAttribute], SCREEN_BACKGROUND_ATTRIBUTE 36 mov ax, [VIDEO_BDA.wCursorShape]36 call DisplayCursor_GetDefaultCursorShapeToAX 37 37 mov [VIDEO_BDA.displayContext+DISPLAY_CONTEXT.wCursorShape], ax 38 38 ; Fall to .DetectAndSetDisplaySegment
Note:
See TracChangeset
for help on using the changeset viewer.