Release

0.0.5
  06-06-2001 - Removed byte-swapping on little-endian machines (invalideates the .asm routines)
  06-02-2001 - Fixed read & write 16-bit trap for little-endian machines
  06-02-2001 - Removed sprite vertical wrap-around
  05-14-2001 - Added calls to Sleep in speech synthesiser to allow the TMS5220 code to stall the CPU execution path
  05-11-2001 - Fixed emulated joystick code
  05-10-2001 - Switched to SDL v1.2.0
  05-10-2001 - Added fullscreen support
  05-10-2001 - Added real joystick support
  05-08-2001 - Fixed code that depended on the compiler's order of evaluation of an expression involving multiple function calls
  05-07-2001 - Modified console GetKey routines to match behavior accross platforms
  05-07-2001 - Fixed code that was LITTLE_ENDIAN dependant (ti99sim-console now runs under SunOS on a Sparc)
  05-07-2001 - Fixed a problem with the shift key state in ti99sim-sdl
  05-06-2001 - Added mkspch utility to create spchrom.bin files
  05-05-2001 - Reworked Makefiles and moved defines to rules.mak
  11-27-2000 - Added basic TMS5220 support

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