Last change
on this file since 129 was 59, checked in by Tomi Tilli, 14 years ago |
Changes to Configuration Program v2:
- Menu structure should now be complete.
|
File size:
466 bytes
|
Line | |
---|
1 | ; File name : MenuCfg.inc
|
---|
2 | ; Project name : XTIDE Universal BIOS Configurator v2
|
---|
3 | ; Created date : 5.10.2010
|
---|
4 | ; Last update : 18.10.2010
|
---|
5 | ; Author : Tomi Tilli
|
---|
6 | ; Description : Menu configuration.
|
---|
7 | %ifndef MENUCFG_INC
|
---|
8 | %define MENUCFG_INC
|
---|
9 |
|
---|
10 | TITLE_LINES_IN_MENU EQU 3
|
---|
11 | INFO_LINES_IN_MENU EQU 4
|
---|
12 | MENU_WIDTH EQU 40
|
---|
13 | MAX_VALUE_STRING_LENGTH EQU 12
|
---|
14 |
|
---|
15 |
|
---|
16 | KEY_BACK_TO_PREVIOUS_MENU EQU ESC
|
---|
17 | KEY_DISPLAY_ITEM_HELP EQU 3Bh ; F1
|
---|
18 |
|
---|
19 |
|
---|
20 | %endif ; MENUCFG_INC
|
---|
Note:
See
TracBrowser
for help on using the repository browser.