Ignore:
Timestamp:
Mar 13, 2012, 7:17:46 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Removed %ifdef that was preventing the configuration from building in Math.asm, added copyright and license information to configurator (boots to information).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm

    r293 r336  
    5555g_szItemMainConfigure:  db  "Configure XTIDE Universal BIOS",NULL
    5656g_szItemMainFlash:      db  "Flash EEPROM",NULL
     57g_szItemMainLicense:    db  "Copyright and License Information",NULL
     58g_szItemMainHomePage:   db  "Web Links",NULL
    5759
    5860g_szDlgMainLoadROM:     db  "Successfully loaded XTIDE Universal BIOS from EEPROM.",NULL
     
    6668g_szDlgFileFilter:      db  "*.*",NULL
    6769
    68 
    6970g_szNfoMainExitToDOS:   db  "Quits XTIDE Universal BIOS Configurator.",NULL
    7071g_szNfoMainLoadFile:    db  "Load BIOS file to be configured or flashed.",NULL
     
    7374g_szNfoMainConfigure:   db  "Configure XTIDE Universal BIOS settings.",NULL
    7475g_szNfoMainFlash:       db  "Flash loaded BIOS image to EEPROM.",NULL
    75 
     76g_szNfoMainLicense:     db  "XTIDE Universal BIOS and XTIDECFG Copyright 2009-2012 by Tomi Tilli. Released under GNU GPL v2, with ABSOLUTELY NO WARRANTY. More...",NULL
     77g_szNfoMainHomePage:    db  "Visit http://code.google.com/p/ xtideuniversalbios (home page) and http://vintage-computer.com/ vcforum (support)",NULL
     78
     79g_szHelpMainLicense:    incbin  "Main_License.txt"
     80                        db  NULL       
    7681
    7782; Strings for XTIDE Universal BIOS configuration menu
Note: See TracChangeset for help on using the changeset viewer.