Changeset 371 in xtideuniversalbios for trunk/Serial_Server


Ignore:
Timestamp:
Apr 5, 2012, 7:31:23 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Small changes. 1) Changes biosdrvs.com to output CR+LF instead of LF+CR, consistent with DOS/Windows, but I did not update the Assembly Library as this would break the Configurator; 2) Put a C/C++ section in Version.inc for the serial server; 3) Configurator defaults the EEPROM address after scanning for a EEPROM in memory (as it does for loading the BIOS from ROM); 4) Added a command to the Configurator main menu to save chages to the file from which it was loaded (if it was loaded form a file), which is symmetric with the Load command and more discoverable than exiting DOS and then being prompted (which is still there too, if changes are unsaved).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Serial_Server/win32/Win32.cpp

    r369 r371  
    1717#include "../library/flatimage.h"
    1818
     19#include "../../XTIDE_Universal_BIOS/inc/version.inc"
     20
    1921char *bannerStrings[] = {
    2022    "SerDrive - XTIDE Universal BIOS Serial Drive Server",
    2123    "Copyright (C) 2012 by XTIDE Universal BIOS Team",
    2224    "Released under GNU GPL v2, with ABSOLUTELY NO WARRANTY",
    23     "Version 2.0.0 Beta1, Built " __DATE__,
     25    ROM_VERSION_STRING,
    2426    "",
    2527    NULL };
Note: See TracChangeset for help on using the changeset viewer.