Changeset 1750 for trunk


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

Fix CMC tunes reading uninitialized data.

Bug in the original CMC player.

Location:
trunk
Files:
1 added
128 edited

Legend:

Unmodified
Added
Removed
  • 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.