Changeset 127 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Mar 3, 2011, 6:43:50 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/BootMenu.inc
r92 r127 5 5 6 6 ; Boot menu sizes 7 BOOT_MENU_TITLE_LINES EQU 2 ; Number of title lines 8 BOOT_MENU_INFO_LINES EQU 3 ; Number of info lines 9 BOOT_MENU_TITLE_AND_INFO_LINES EQU (BOOT_MENU_TITLE_LINES | (BOOT_MENU_INFO_LINES<<8)) 10 BOOT_MENU_WIDTH EQU 40 ; Menu width in characters 11 BOOT_MENU_HEIGHT_WITHOUT_ITEMS EQU (BOOT_MENU_TITLE_LINES + BOOT_MENU_INFO_LINES + 4) 12 MENU_SCREEN_BOTTOM_LINES EQU 1 7 BOOT_MENU_TITLE_LINES EQU 2 ; Number of title lines 8 BOOT_MENU_INFO_LINES EQU 3 ; Number of info lines 9 BOOT_MENU_SEPARATOR_LINES_PLUS_SHADOW EQU 5 10 BOOT_MENU_TITLE_AND_INFO_LINES EQU (BOOT_MENU_TITLE_LINES | (BOOT_MENU_INFO_LINES<<8)) 11 BOOT_MENU_WIDTH EQU 40 ; Menu width in characters (including shadow) 12 BOOT_MENU_HEIGHT_WITHOUT_ITEMS EQU (BOOT_MENU_TITLE_LINES + BOOT_MENU_INFO_LINES + BOOT_MENU_SEPARATOR_LINES_PLUS_SHADOW) 13 MENU_SCREEN_BOTTOM_LINES EQU 1 13 14 14 15 ; Hotkeys 15 ROM_BOOT_HOTKEY_SCANCODE EQU 42h ; F816 ROM_BOOT_HOTKEY_SCANCODE EQU 42h ; F8 16 17 17 18
Note:
See TracChangeset
for help on using the changeset viewer.