Last change
on this file since 370 was 368, checked in by aitotat@…, 13 years ago |
Changes to XTIDE Universal BIOS:
- Minor fixes and optimizations.
|
File size:
650 bytes
|
Rev | Line | |
---|
[358] | 1 | ; Project name : XTIDE Universal BIOS
|
---|
| 2 | ; Description : Version information.
|
---|
| 3 | %ifndef VERSION_INC
|
---|
| 4 | %define VERSION_INC
|
---|
| 5 |
|
---|
| 6 |
|
---|
| 7 | %define TITLE_STRING_START "-=XTIDE Universal BIOS "
|
---|
| 8 | %ifdef USE_AT
|
---|
[366] | 9 | %ifdef USE_386
|
---|
[368] | 10 | %define TITLE_STRING_END "(386)=-",NULL
|
---|
[366] | 11 | %else
|
---|
[368] | 12 | %define TITLE_STRING_END "(AT)=-",NULL
|
---|
[366] | 13 | %endif
|
---|
[358] | 14 | %elifdef USE_186
|
---|
[368] | 15 | %define TITLE_STRING_END "(XT+)=-",NULL
|
---|
[358] | 16 | %else
|
---|
[368] | 17 | %define TITLE_STRING_END "(XT)=-",NULL
|
---|
[358] | 18 | %endif
|
---|
| 19 |
|
---|
| 20 | %define TITLE_STRING TITLE_STRING_START, TITLE_STRING_END
|
---|
| 21 | %define ROM_VERSION_STRING "v2.0.0",BETA,"1 (",__DATE__,")",NULL
|
---|
| 22 | %define FLASH_SIGNATURE "XTIDE200" ; Do not terminate with NULL
|
---|
| 23 |
|
---|
| 24 |
|
---|
| 25 | %endif ; VERSION_INC
|
---|
Note:
See
TracBrowser
for help on using the repository browser.