home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Emulateurs / AmiRom64.lha / AmiRom64.doc < prev   
Text File  |  1998-04-27  |  3KB  |  118 lines

  1.  
  2. AmiRom64
  3.  
  4. NAME
  5.        AmiRom64 - Tool for managing Nintendo 64 Rom files
  6.  
  7.  
  8. REQUIREMENTS
  9.  
  10.     This program needs MUI 3.0+ (c) Stefan Stuntz.
  11.  
  12.  
  13. DESCRIPTION
  14.        This  manual  page  documents the AmiRom64 tool which can
  15.        perform several actions on a N64 rom file.
  16.  
  17.        AmiRom64 can do the following actions on a rom:
  18.  
  19.     - Display info header of a rom.
  20.     - Swap between little/Big Endian rom format.
  21.     - Verify the Checksum of a rom.
  22.     - Regenerate the checksum of a rom.
  23.     - Patch a rom using an IPS file.
  24.  
  25.     Actually rom images can be stored in 2 ways :
  26.     Little or Big Endian, regarding the type of processor
  27.     used to rip the rom.
  28.  
  29.     For example Dr V64 device save roms in Little Endian format 
  30.     and Mr backup Z64 device save roms in Big Endian format.
  31.  
  32.     This tool can swap between those 2 formats to allow
  33.     to use a ROM ripped on a Z64 on a V64 for example.
  34.  
  35.     Another feature of AmiRom64 is the ability to verify/recalculate checksum
  36.     of roms, this is useful when you modify a rom file and want to make it
  37.     usable or verify if you rom file is not corrupted.
  38.  
  39.     AmiRom64 is also able to use IPS files for Roms patching.
  40.     
  41.  
  42. OPTIONS 
  43.  
  44.     Verify CheckSum: 
  45.     ----------------
  46.  
  47.         verify the checksum of the rom.
  48.              This option works for both Little/Big Endian formats.
  49.  
  50.  
  51.     Swap Z64<->V64:
  52.     ---------------
  53.  
  54.         swap the rom file format between Little/Big Endian
  55.              this option use a lot of memory and is very fast.
  56.  
  57.              a progress indicator will be displayed to show the operation progress.
  58.  
  59.              memory used is the size of the rom file to convert.
  60.              if you try to convert a rom of 128MB you'll need 16 MBytes of 
  61.              free memory to be able to.
  62.  
  63.              if you don't have enough memory, the error Requester "Not enough memory"
  64.              will be displayed and the operation will be aborted.
  65.              in this case switch to the 'Lowmem Swap' option.
  66.  
  67.              Nota: Don't break the swap operation or risk your rom beeing damaged
  68.  
  69.  
  70.     Lowmem Swap Z64<->V64:
  71.     ----------------------
  72.  
  73.         swap the rom file format between Little/Big Endian
  74.              this option use few memory ( 16KByte ) and is a little slow.
  75.  
  76.              a progress indicator will be displayed to show the operation progress.
  77.              This option is here to allow few memory systems to convert rom files.
  78.  
  79.              Nota: Don't break the swap operation or risk your rom beeing damaged
  80.  
  81.  
  82.     Regenerate CheckSum:
  83.     --------------------
  84.  
  85.         Recalculate the rom checksum and write it to the rom file.
  86.              This is useful when you have modified the rom file.
  87.              This option works for both Little/Big Endian formats.
  88.  
  89.  
  90.     Patch with this IPS file:
  91.     -------------------------
  92.  
  93.         Patch the selected Rom with the given IPS patch file.
  94.         Just select the IPS file with the file requester on the right
  95.         of this option.
  96.  
  97.         Then just click on 'Patch with this IPS file' to apply the patch.
  98.  
  99.         This option patches directly the rom, be sure of what you are doing.
  100.         Be also aware that most of available IPS files on the Net are for V64 format Roms.
  101.  
  102. BUGS
  103.     none known.
  104.  
  105.  
  106. TODO
  107.     - an IPS file maker.
  108.  
  109.  
  110. DISTRIBUTION
  111.  
  112.     - This software is FreeWare but not Public Domain.
  113.     
  114.  
  115. AUTHOR
  116.     Salim Gasmi (salim@gasmi.net)
  117.  
  118.