home *** CD-ROM | disk | FTP | other *** search
/ Amiga Dream 59 / CDDream59.ISO / Amiga / Emulation / tr-981125.lha / TrueReality / TrueReality.readme < prev   
Text File  |  1999-01-04  |  2KB  |  72 lines

  1.  
  2.  This is my Amiga PPC port of TrueReality -  a Nintendo 64 emulator.
  3.  
  4.  Contact me at amidog@amidog.com. URL: http://www.amidog.com/n64/
  5.  
  6.  Usage:
  7.  
  8.  * Config TR using the TrueReality.cfg file:
  9.  
  10.  Line 1: AGA - 6bit using custom C2P.
  11.          GFX - 6bit (with 8bit chunky screen) using WPA8.
  12.          HAM8 - 32bit using custom 32bit->HAM8 conversion and 8bit C2P.
  13.  
  14.  Line 2: 320 240 ID - where ID is the screenmode ID in HEX!
  15.  Line 3: 640 480 ID - where ID is the screenmode ID in HEX!
  16.  
  17.  The IDs for PAL is 0x00021000 (320 240) and 0x00029004 (640 480). The supplied
  18.  TrueReality.cfg file uses DoublePAL, I do however NOT recommend this since using
  19.  PAL is much faster due to faster CHIP-mem writes!
  20.  
  21.  * Starting TR:
  22.  
  23.  1. Open a CLI/Shell window and write TrueReality.elf/040 -localdisp ROMNAME
  24.  2. TR will now start, load the ROM, open a screen and start emulating.
  25.  3. TR probably changes the screenmode once or twice before any
  26.     action will take place on screen, and please remember that NOT
  27.     all ROMs work, check out http://www.snes9x.com/n64emulators/index.htm
  28.     for a few screenshots of working ROMs.
  29.  
  30.  * These keys are used (incl. what they do):
  31.  
  32.  Left Mouse Button - Hold DOWN for a sec or two until TrueReality quits.
  33.                      NOTE: This is only useful for the PPC version since
  34.                      Ctrl+C does the same a lot better in the 68k version.
  35.  
  36.  Ctrl+C - Quits the emulator (only works on 68k currently).
  37.  
  38.  ESC - Quits TrueReality (do NOT always work, use LMB/Ctrl+C as described above).
  39.  F8  - Refresh Visual (to force refreshing, normally done automatically).
  40.  
  41.  Q - Start Button
  42.  W - A-Button
  43.  E - B-Button
  44.  
  45.  8 (numeric keyboard) - C-Button UP
  46.  2 (numeric keyboard) - C-Button DOWN
  47.  4 (numeric keyboard) - C-Button LEFT
  48.  6 (numeric keyboard) - C-Button RIGHT
  49.  
  50.  UP    (arrow) - D-Button UP
  51.  DOWN  (arrow) - D-Button DOWN
  52.  LEFT  (arrow) - D-Button LEFT
  53.  RIGTH (arrow) - D-Button RIGHT
  54.  
  55.  A - R-Button
  56.  S - L-Button
  57.  D - Z-Button
  58.  
  59.  K - Stick Up
  60.  J - Stick Down
  61.  L - Stick Right
  62.  H - Stick Left
  63.  
  64.  NOTE: The stick is a simulated analogue one and thus do NOT return to zero when you
  65.        release one of the buttons, you must return in manually by pressing the opposite one!
  66.  
  67.  * Demo ROMs can be found at http://www.dextrose.com/
  68.  
  69.  NOTE: Download PONG as the first one to get one that works!
  70.  
  71.  /Mathias "AmiDog" Roslund
  72.