Release

0.0.4
  11-12-2000 - Replaced ti-roms.dat with 3 files to show different available options
  11-12-2000 - Changed name of 'convert' to 'convert-ctg' to avoid conflicts with ImageMagick
  11-10-2000 - Improved converts choice of output filenames
  11-10-2000 - Updated convert to work with new cartridge format
  11-09-2000 - Changed internal structure of cartridges to better support GRAM Kracker emulation
  10-31-2000 - Converted README to html
  09-28-2000 - Added -d option to convert
  09-24-2000 - Added support for battery-backed RAM cartridges
  09-20-2000 - Added *nix directory structure support
  09-20-2000 - Added save/load memory image support
  09-01-2000 - Reworked sound code to reduce CPU overhead
  08-10-2000 - Added utility to read .wav files of recorded audio tapes
  08-06-2000 - Corrected emulated clock speed
  08-05-2000 - Re-ordered OpCode lookup table to reduce average lookup times
  08-01-2000 - Improved emulation speed accuracy by tracking memory access clock cycles
  08-01-2000 - Replaced x86 assembly code with C code
  07-28-2000 - Changed Makefiles to use native CPU instead of 'i686'

0.0.3
  06-27-2000 - Fixed bug in CheckGrom in convert
  06-27-2000 - Added command line options for silence and 4x window size
  06-26-2000 - Changed convert to check lower and upper case versions of alternate filenames
  06-25-2000 - Changed sound code to use floating point to track periods
  06-23-2000 - Added noise support

0.0.2
  06-21-2000 - Cleaned up address aliasing for VDP memory mapped accesses
  06-20-2000 - Added 1:2 upscale to bitmap Copy method
  06-20-2000 - Added basic sound support
  06-19-2000 - Added window manager caption

0.0.1
  06-18-2000 - First release