home *** CD-ROM | disk | FTP | other *** search
/ 64'er / 64ER_CD.iso / spec_emu / spconv / history.doc next >
Text File  |  1992-12-13  |  3KB  |  57 lines

  1. Release date: 14 december 1992
  2. -------------------------------------------------------------------------------
  3. This version can also convert to/from .prg files. These files are used in an
  4. Irish emulator. While building it, some ideas came up to enhance the converion
  5. to/from .SP files (recognition of IM2). 
  6.  
  7. Upgraded call of the program, the program can now take only a suffix as second
  8. agrument, the prefix for the first argument is used. This enables easy mass
  9. conversion by using a batchfile with a command like:
  10.  
  11.     'for %%i in (*.z80) do spconv %%i .sna'
  12.  
  13. If wildcards are given at the commandline a error is generated.
  14.  
  15. Release number of spconv updated from 1.01 to 1.02
  16. -------------------------------------------------------------------------------
  17.  
  18. Release date: 13 august 1992
  19. -------------------------------------------------------------------------------
  20. Error discoved in the way IFF was handled for Z80. This bug prevented correct
  21. conversion of some programs from .SNA to .Z80.
  22.  
  23. Release number of spconv updated from 1.0 to 1.01
  24. -------------------------------------------------------------------------------
  25.  
  26. Release date: 10 august 1992
  27. -------------------------------------------------------------------------------
  28. The new SPCONV has a big bug. It will not convert compressed .Z80 files 
  29. correctly. The program uses JPP format internaly. For JPP the program
  30. counter is on the stack. The converter stored the PC in the image
  31. *BEFORE* it was de-compressed. This resulted in corrupting other image data.
  32. (Converting TO .Z80 works fine).
  33.  
  34. Due to errors I am planning to keep versions more carefully. From now on
  35. SPCONV has a release number and a generation date. This will show up if
  36. you run SPCONV without arguments.
  37. -------------------------------------------------------------------------------
  38.  
  39. Release date: 5 august 1992
  40. -------------------------------------------------------------------------------
  41. SPCONV : Now handles .Z80 files and new format of .SP. Old format still
  42.      supported.
  43.  
  44. Bug fixes: 
  45.  
  46. General: Clear compilation of all programs under Turbo-C 2.0
  47.  
  48. Documentation up to date.
  49. -------------------------------------------------------------------------------
  50.  
  51. Release date: ? ???? ????
  52. -------------------------------------------------------------------------------
  53. Initial program to convert between .SNA .SP and RAW. No more history.
  54. -------------------------------------------------------------------------------
  55.  
  56. H. de Groot,  groot@idca.tds.philips.nl.
  57.