Changeset 489 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayContext.asm
- Timestamp:
- Dec 13, 2012, 7:32:09 AM (12 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayContext.asm
r407 r489 102 102 103 103 104 %ifdef INCLUDE_MENU_LIBRARY 105 104 106 ;-------------------------------------------------------------------- 105 107 ; DisplayContext_Push … … 157 159 mov ds, di ; Restore DS 158 160 ret 159 161 %endif 160 162 161 163 ;-------------------------------------------------------------------- … … 187 189 pop ds 188 190 ret 189 %endif 191 192 %endif ; INCLUDE_MENU_LIBRARY 190 193 191 194 … … 228 231 %endif 229 232 233 %ifdef INCLUDE_MENU_LIBRARY 230 234 231 235 ;-------------------------------------------------------------------- … … 247 251 mov [VIDEO_BDA.displayContext+DISPLAY_CONTEXT.fnCharOut], ax 248 252 ret 249 253 250 254 251 255 ;-------------------------------------------------------------------- … … 279 283 mov [VIDEO_BDA.displayContext+DISPLAY_CONTEXT.wCharOutParam], ax 280 284 ret 281 285 286 %endif ; INCLUDE_MENU_LIBRARY 282 287 283 288 ;--------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.