home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 3 / AUCD3.iso / funland / emulators / c64 / sid2wav / !Sid2Wav / Changes < prev    next >
Text File  |  1997-07-05  |  1KB  |  36 lines

  1. Changes:
  2.  
  3. 0.50    First working version of the replay code
  4. 0.60    The playing Routine is now generated from a
  5.     hand-optimized assembler source based on
  6.     the GCC assembler output.
  7.     Song changing during replay implemented.
  8.     Removed mysterious instructions generated
  9.     by GCC that caused crashes when returning
  10.     from the replay routine.
  11. 0.61    Added cycling through songs with "+" and "-"
  12. 0.62    Corrected filepointer bug that I caused by
  13.     meddling with the iostream calls (D'oh!)
  14. 0.70    Lifted the whole thing up to version 1.32.2
  15.     of the emulation engine (I used 1.14.4 
  16.     before, which was half a year old).
  17.     Slight changes to the replay routine.
  18.  
  19. Future:
  20.  
  21. 0.80    I will do everything in my power to increase
  22.     the emulation speed, short of rewriting the
  23.     source (which isn't my place to do).  This
  24.     includes transferring the conversion to Arc
  25.     sample format into the mixing routine,
  26.     instead of the replay code, as well as 
  27.     trying to optimize the C64 memory read/write
  28.     functions in assembler.  No miracles to be
  29.     expected.
  30.  
  31. 0.90    A better sound system with four separate
  32.     channels instead of one.
  33.  
  34. 1.00    Make it a Wimp application, instead of a
  35.     command line tool.
  36.