Changeset 590 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool
- Timestamp:
- May 25, 2016, 8:16:35 AM (9 years ago)
- Location:
- trunk/BIOS_Drive_Information_Tool/Src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BIOS_Drive_Information_Tool/Src/Main.asm
r589 r590 28 28 %include "EBIOS.inc" ; From XTIDE Universal BIOS 29 29 %include "IdeRegisters.inc" ; From XTIDE Universal BIOS 30 %include "Rom vars.inc" ; From XTIDE Universal BIOS30 %include "RomVars.inc" ; From XTIDE Universal BIOS 31 31 %include "CustomDPT.inc" ; From XTIDE Universal BIOS 32 32 -
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.