Changeset 196 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/StringsCompress.pl


Ignore:
Timestamp:
Nov 19, 2011, 11:18:39 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Added printing of COM port and baud rate, when set explicitly by idecfg. Although it eats some bytes, I think it is worth it, since the BIOS will be looking for a server on a particular com port and baud rate, and it could be hard to troubleshoot a mismatch without this information. However, if we become space crunched, this change can be backed out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/StringsCompress.pl

    r194 r196  
    175175{
    176176    $translate_index[$translate{$f}] = $f;
    177     $used{$f} || print "translate $f unused\n";
     177    $used{$f} || die "translate $f unused\n";
    178178    $translate{$f} <= 31 || die $translate{$f}.": translate codes must be below 32";
    179179}
Note: See TracChangeset for help on using the changeset viewer.