Changeset 590 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool/Src/Strings.asm
- Timestamp:
- May 25, 2016, 8:16:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BIOS_Drive_Information_Tool/Src/Strings.asm
r526 r590 22 22 23 23 g_szProgramName: db "BIOS Drive Information Tool v1.0.2",CR,LF 24 db "(C) 2012-201 3by XTIDE Universal BIOS Team",CR,LF24 db "(C) 2012-2016 by XTIDE Universal BIOS Team",CR,LF 25 25 db "Released under GNU GPL v2",CR,LF 26 db "http:// code.google.com/p/xtideuniversalbios/",CR,LF,NULL26 db "http://xtideuniversalbios.org/",CR,LF,NULL 27 27 28 28 g_szPressAnyKey: db CR,LF,"Press any key to display next drive.",CR,LF,NULL
Note:
See TracChangeset
for help on using the changeset viewer.