Changeset 133 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Mar 12, 2011, 1:48:48 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Display.inc
r91 r133 37 37 .InitializeDisplayContext resb 2 38 38 39 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 39 40 .SetCharacterPointerFromBXAX resb 2 41 %endif 40 42 .SetCharOutputFunctionFromAXwithAttribFlagInBL resb 2 41 43 .SetCharacterOutputParameterFromAX resb 2 … … 46 48 .SynchronizeDisplayContextToHardware resb 2 47 49 50 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 48 51 .GetCharacterPointerToBXAX resb 2 52 %endif 49 53 .GetSoftwareCoordinatesToAX resb 2 50 54 .GetColumnsToALandRowsToAH resb 2
Note:
See TracChangeset
for help on using the changeset viewer.