Changeset 366 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Mar 27, 2012, 9:02:50 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/Version.inc
r358 r366 7 7 %define TITLE_STRING_START "-=XTIDE Universal BIOS " 8 8 %ifdef USE_AT 9 %define TITLE_STRING_END "(AT=-)",NULL 9 %ifdef USE_386 10 %define TITLE_STRING_END "(386=-)",NULL 11 %else 12 %define TITLE_STRING_END "(AT=-)",NULL 13 %endif 10 14 %elifdef USE_186 11 15 %define TITLE_STRING_END "(XT+=-)",NULL
Note:
See TracChangeset
for help on using the changeset viewer.