home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / emulator / transnib / transnib64 / transnib64.doc < prev    next >
Text File  |  1995-02-27  |  3KB  |  91 lines

  1.  
  2.                     TransNib64 V2.0 and TransNib64 V2.0s
  3.                     ====================================
  4.  
  5.            Created by Matt Francis (m.p.francis@newcastle.ac.uk)
  6.  
  7.  
  8. REQUIRMENTS
  9. -----------
  10.  
  11. A disk drive (works fine with 1541, 1541-II, 1581 etc.)
  12.  
  13. TransNib64 V2.0 takes advantage of fast-load cartridges (Action Replay,
  14. Final Cartridge etc.) when used with a 1541 or compatible, but such a
  15. cartridge is not a requirement for TransNib64 to work.  The software has
  16. only been tested with an Action Replay VI, but hopefully should work with
  17. most (maybe all) fast-load cartridges.
  18.  
  19. A small version of TransNib64 is included (V2.0s) which is almost half the
  20. size of the normal version.  If a file is too big to transfer using the full
  21. size version of TransNib64, the small version might be able to handle it.
  22. The disadvantages are that transfers are slower, screen blanking during
  23. transfers is always enabled and the fast save routines have been removed
  24. (fast load will still work if a cartridge is present).
  25.  
  26.  
  27. INTRODUCTION
  28. ------------
  29.  
  30. TransNib64 is the C64 front-end for the TransNib V1.00 protocol (please read
  31. "TransNib.doc" or "TransNib.guide" if you haven't already).
  32.  
  33. To get TransNib64 onto a C64, you'll have to use some other means of
  34. transferring it (1541 interface/emulator or null-modem cable for example).
  35.  
  36. What's the advantage of using TransNib64 over a null-modem cable?  I'll
  37. answer that question with a question.  Can a null-modem cable transport data
  38. at over 60000 baud?  Not to a C64 it can't!
  39.  
  40.  
  41. USAGE
  42. -----
  43.  
  44. Just run TransNib64 (with fast-load enabled if using a fast-load cartridge).
  45. You will be prompted to choose a series of options, as follows:
  46.  
  47. SCREEN BLANKING? (Y/N)    - Select "Y" to turn screen blanking on and get a
  48.               nice increase in throughput.  You will usually
  49.               want screen blanking enabled. (The small version
  50.               of TransNib64 does not contain this option).
  51.  
  52. DEVICE 8 OR 9?        - Select the device you wish to load from/save to.
  53.  
  54. SEND OR RECEIVE?    - Select "S" to send one or more files.  Select "R"
  55.               to receive files.
  56.  
  57. SAVE FAST OR SLOW?    - Select "F" if using a 1541 or compatible with a
  58.               fast-load cartridge.  If you don't have a fast-
  59.               load cartridge, or are using a 1581 or other
  60.               non-standard drive, select "S". (The small version
  61.               of TransNib64 does not contain this option).
  62.  
  63. When sending files, you will be asked to select which files to send in much
  64. the same way as the Action Replay copy file selector works (but no, I didn't
  65. rip the code, I wrote my own!).  Make sure you have the right disk loaded
  66. before selecting send.
  67.  
  68. Receiving files is even simpler, but again, make sure the right disk is in
  69. the drive before proceeding.
  70.  
  71. If problems occur, hitting RESTORE will abort the operation and allow you to
  72. restart TransNib64.
  73.  
  74.  
  75. HISTORY
  76. -------
  77.  
  78. V2.0s    - Stripped most of the "nice" features (fast save, optional screen
  79.       blanking, transfer speed etc.) to make a small version that can
  80.       handle files over 195 blocks in size.
  81.  
  82. V2.0    - After a few intermediate verions (in which I was gradually adding
  83.       new features and remembering how to program the C64), I brought
  84.       TransNib64 in line with TransNibAm (including some nice
  85.       optimisations of the transfer routines).
  86.  
  87. V1.0    - A very experimental version of TransNib64, as I hadn't coded in
  88.       6502 for years (literally) and I had to get back into the swing of
  89.       things. I worked first time though, which I am still very proud
  90.       of.
  91.