Last change
on this file since 369 was 368, checked in by aitotat@…, 13 years ago |
Changes to XTIDE Universal BIOS:
- Minor fixes and optimizations.
|
File size:
650 bytes
|
Line | |
---|
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
|
---|
9 | %ifdef USE_386
|
---|
10 | %define TITLE_STRING_END "(386)=-",NULL
|
---|
11 | %else
|
---|
12 | %define TITLE_STRING_END "(AT)=-",NULL
|
---|
13 | %endif
|
---|
14 | %elifdef USE_186
|
---|
15 | %define TITLE_STRING_END "(XT+)=-",NULL
|
---|
16 | %else
|
---|
17 | %define TITLE_STRING_END "(XT)=-",NULL
|
---|
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.