#############################
# YMCruncher Releases Notes #
#############################

Version 0.8
+ Added VGM input plugin, so you can convert tunes coming from the famous Sega Master System to AYC
+ Added support for Drag and Drop.
+ Removed code to handle chiptunes that where recorded with an other rate than the cpc common replay rate (50hz) -> This has to be handled at play-time
In progress:
- Tune editing
- Atari Special FX support (and 6128plus player)
Would be nice to have:
- Symbos player or Symamp plugin
- Conversion to AY-List that can be replayed with a cpc+
- Other chiptune format support

Version 0.7
+ A bug in the conversion of an interleaved  YM5 or YM6 chiptune has been fixed
+ Frequency conversion to CPC (1000000Hz) is now a bit more accurate
+ Added code to handle chiptunes that where recorded with an other rate than the cpc common replay rate (50hz) - [Experimental]
+ Added an optional "Filter" to allow disabling of sound/noise output on a channel (checkbox unchecked means disabled). Only Register 7 is modified, this feature can help for debugging wrong frequency conversion between different machines.
+ Added a YM output plugin (to test YM frequency conversion within the same player as the original chiptune)
+ Port for Linux & Solaris-sparc OS with fixed file-list display error.
missing features:
- Conversion to AY-List that can be replayed with a cpc+
- Atari Special FX support
- Other chiptune format support

Version 0.6
+ The AYC crunching mechanism has been improved to be much more faster than it was
+ A warning is displayed in the logfile of the crunched file to signal that the chiptune may be played incorrectly due to missing SpecialFX

Version 0.5
+ A bug in the frequency conversion for VTX chiptunes which resulted in a chiptune played at a wrong frequency has been fixed.
+ Making logfiles a bit more readable

Version 0.4 - first release
+ Corrected wrong frequency conversion of noise register from AYC kit.
+ Enhancement of the compression ratio (AYC kit seemed to look only for BufferSize-1 data in Buffer whereas YMCruncher is looking for BufferSize data)
