Changeset 1750 for trunk/tools


Ignore:
Timestamp:
Feb 4, 2023, 10:17:00 AM (2 years ago)
Author:
pfusik
Message:

Fix CMC tunes reading uninitialized data.

Bug in the original CMC player.

Location:
trunk/tools
Files:
1 added
1 edited

Comments

    Legend:

    Unmodified
    Added
    Removed
    • TabularUnified trunk/tools/fix-cmc-patterns.pl ΒΆ

      r1747 r1750  
      3030                                print "MUSIC block not found in $f\n" if $i >= length;
      3131                        }
       32                }
       33                else {
       34                        print "Not TYPE C: $f\n";
      3235                }
      3336        }
    Note: See TracChangeset for help on using the changeset viewer.