Changeset 590 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool


Ignore:
Timestamp:
May 25, 2016, 8:16:35 AM (8 years ago)
Author:
krille_n_
Message:

Changes:

  • Updated URLs and copyright info in BIOSDRVS and XTIDECFG.
  • BIOSDRVS should now build under Linux.
  • Minor optimizations to the library.
Location:
trunk/BIOS_Drive_Information_Tool/Src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BIOS_Drive_Information_Tool/Src/Main.asm

    r589 r590  
    2828%include "EBIOS.inc"            ; From XTIDE Universal BIOS
    2929%include "IdeRegisters.inc"     ; From XTIDE Universal BIOS
    30 %include "Romvars.inc"          ; From XTIDE Universal BIOS
     30%include "RomVars.inc"          ; From XTIDE Universal BIOS
    3131%include "CustomDPT.inc"        ; From XTIDE Universal BIOS
    3232
  • trunk/BIOS_Drive_Information_Tool/Src/Strings.asm

    r526 r590  
    2222
    2323g_szProgramName:    db  "BIOS Drive Information Tool v1.0.2",CR,LF
    24                     db  "(C) 2012-2013 by XTIDE Universal BIOS Team",CR,LF
     24                    db  "(C) 2012-2016 by XTIDE Universal BIOS Team",CR,LF
    2525                    db  "Released under GNU GPL v2",CR,LF
    26                     db  "http://code.google.com/p/xtideuniversalbios/",CR,LF,NULL
     26                    db  "http://xtideuniversalbios.org/",CR,LF,NULL
    2727
    2828g_szPressAnyKey:    db  CR,LF,"Press any key to display next drive.",CR,LF,NULL
Note: See TracChangeset for help on using the changeset viewer.