Fix CMC tunes reading from uninitialized page $FF.
These files contained $FFxx pattern addresses. If such a pattern is found in the song, random notes are played because the player routine only considers $FFFF to be a blank pattern.
Fixed by setting addresses of these patterns to $FFFF.