home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Emulateurs / TapSlice.readme < prev    next >
Text File  |  1998-04-27  |  2KB  |  57 lines

  1. Short:    Converts a TAP file into a series of header and bytes files. V1.0
  2. Author:   Neil Cafferkey (caffer@cs.ucc.ie)
  3. Uploader: Neil Cafferkey (caffer@cs.ucc.ie)
  4. Version:  1.0
  5. Type:     misc/emu
  6.  
  7. TapSlice converts a TAP file into a series of header and bytes files for use
  8. with Sinclair ZX Spectrum emulators.
  9.  
  10.  
  11. Usage
  12. -----
  13.  
  14. TapSlice is used as follows:
  15.  
  16.    TapSlice <tapfile> [<destdir>]
  17.  
  18. <tapfile> is the name of the TAP file, <destdir> is optional and is the name
  19. of the destination directory for the header and bytes files. If <destdir>
  20. isn't given, the files are put in the current directory. For example,
  21.  
  22.    TapSlice game.tap T:
  23.  
  24. will take every spectrum file in 'game.tap' and save them as header and
  25. bytes files in 'T:'. To use these files, see the emulator's documentation.
  26.  
  27.  
  28. Notes
  29. -----
  30.  
  31. If possible, the created files are given their internal spectrum names with
  32. the appropriate extension added. Any leading spaces in a spectrum file name
  33. are removed.
  34.  
  35. If two or more spectrum files in the TAP file have the same name then a
  36. numeric extension is added. For example, if the name 'assembler' occurs
  37. three times, the bytes files will be called 'assembler.bytes',
  38. 'assembler_2.bytes' and 'assembler_3.bytes'. TapSlice can handle a maximum
  39. of 99 spectrum files with the same name; any further duplicates will use the
  40. '_99' extension again.
  41.  
  42. Headerless files and files with blank names are named 'unnamed.bytes',
  43. 'unnamed_2.bytes' and so on.
  44.  
  45.  
  46. Distribution
  47. ------------
  48.  
  49. TapSlice is freeware. It may be distributed freely as long as it is
  50. accompanied by this file.
  51.  
  52.  
  53. Bugs and Suggestions
  54. --------------------
  55.  
  56. Send bug reports, suggestions etc. to:  Neil Cafferkey (caffer@cs.ucc.ie)
  57.