Changeset 371 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS


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/XTIDE_Universal_BIOS/Inc/Version.inc

    r368 r371  
     1; /*
    12; Project name  :   XTIDE Universal BIOS
    23; Description   :   Version information.
     4
     5;--------------------------------------------------------------------------------
     6;
     7; Assembler Version
     8;
     9
    310%ifndef VERSION_INC
    411%define VERSION_INC
     
    2431
    2532%endif ; VERSION_INC
     33
     34%comment
     35;*/
     36
     37//--------------------------------------------------------------------------------
     38//
     39// C/C++ Version
     40//
     41
     42#define BETA " Beta "
     43
     44#define ROM_VERSION_STRING      "v2.0.0" BETA "1 (" __DATE__ ")"
     45
     46/*
     47%endcomment
     48;*/
Note: See TracChangeset for help on using the changeset viewer.