Changeset 370 in xtideuniversalbios for trunk/Assembly_Library/Src/Display
- Timestamp:
- Mar 29, 2012, 4:40:50 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- Location:
- trunk/Assembly_Library/Src/Display
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/Display.asm
r369 r370 68 68 %define SetCursorShapeFromAX DisplayCursor_SetShapeFromAX 69 69 %define SetCursorCoordinatesFromAX DisplayCursor_SetCoordinatesFromAX 70 %ifndef EXCLUDE_FROM_XTIDECFG 70 71 %define SetNewPageFromAL DisplayPage_SetFromAL 72 %endif 71 73 %define SynchronizeDisplayContextToHardware DisplayContext_SynchronizeToHardware 72 74 -
trunk/Assembly_Library/Src/Display/DisplayPage.asm
r369 r370 15 15 ; AX, DX 16 16 ;-------------------------------------------------------------------- 17 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 17 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS OR EXCLUDE_FROM_XTIDECFG 18 18 ALIGN DISPLAY_JUMP_ALIGN 19 19 DisplayPage_SetFromAL:
Note:
See TracChangeset
for help on using the changeset viewer.