Changeset 491 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayCursor.asm
- Timestamp:
- Dec 15, 2012, 2:46:29 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/DisplayCursor.asm
r489 r491 37 37 ret 38 38 39 %ifdef INCLUDE_MENU_LIBRARY 39 40 40 ;-------------------------------------------------------------------- 41 41 ; DisplayCursor_SetShapeFromAX … … 48 48 ; Nothing 49 49 ;-------------------------------------------------------------------- 50 %ifdef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 51 %ifndef MODULE_BOOT_MENU 52 %define EXCLUDE 53 %endif 54 %endif 55 56 %ifndef EXCLUDE 50 57 ALIGN DISPLAY_JUMP_ALIGN 51 58 DisplayCursor_SetShapeFromAX: … … 53 60 ret 54 61 %endif 55 62 %undef EXCLUDE 63 64 56 65 ;-------------------------------------------------------------------- 57 66 ; DisplayCursor_SetCoordinatesFromAX
Note:
See TracChangeset
for help on using the changeset viewer.