Changeset 48 in xtideuniversalbios for trunk/Assembly_Library/Inc/Display.inc
- Timestamp:
- Oct 8, 2010, 3:44:05 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Display.inc
r45 r48 2 2 ; Project name : AssemblyLibrary 3 3 ; Created date : 25.6.2010 4 ; Last update : 28.9.20104 ; Last update : 6.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Defines for display library. … … 26 26 %elifidn %1, PopDisplayContext 27 27 call DisplayContext_Pop 28 %elifidn %1, PrepareOffScreenBufferInESBXtoESDI 29 call DisplayContext_PrepareOffScreenBufferInESBXtoESDI 28 30 %else 29 31 mov di, DISPLAY_LIB.%1 … … 37 39 .PushDisplayContext: 38 40 .PopDisplayContext: 41 .PrepareOffScreenBufferInESBXtoESDI: 39 42 .InitializeDisplayContext resb 2 40 43 … … 181 184 COLOR_TEXT_SEGMENT EQU 0B800h ; Text modes 0...3 (CGA+) 182 185 MONO_TEXT_SEGMENT EQU 0B000h ; Text mode 7 (MDA, Hercules) 186 187 OFFSET_TO_CGA_STATUS_REGISTER EQU 6 ; Base port 3D4h + 6 = 3DAh 188 CGA_STATUS_REGISTER EQU 3DAh 183 189 184 190
Note:
See TracChangeset
for help on using the changeset viewer.