add credit, add 013 debug timer message on keypress
[uccvend-snackrom.git] / ROM2 / check-romsrc.pl
index cf74d0e..7c0bab2 100644 (file)
@@ -9,7 +9,7 @@ while (<OD>) {
 }
 close OD;
 if (!defined $origin) {
-       print "WARNING!!! No bz2 data could be found in the ROM image!\n";
+       print "WARNING!!! No lzip data could be found in the ROM image!\n";
        exit 1;
 }
 $origin = hex($origin);
@@ -25,8 +25,8 @@ if (!defined $pl_origin) {
 }
 $pl_origin = hex($pl_origin);
 if ($pl_origin != $origin) {
-       printf "WARNING!!! The origin of the bz2 data is now 0x%04x. This needs to\n", $origin;
+       printf "WARNING!!! The origin of the lzip data is now 0x%04x. This needs to\n", $origin;
        printf "           be updated in src2asm.pl (which currently says 0x%04x).\n", $pl_origin;
        exit 3;
 }
-printf "Origin of bz2 data is 0x%04x and correct.\n", $origin;
+printf "Origin of lzip data is 0x%04x and correct.\n", $origin;

UCC git Repository :: git.ucc.asn.au