README 1.3 KB

1234567891011121314151617181920212223242526
  1. PCSX ReARMed is yet another PCSX fork based on the PCSX-Reloaded project,
  2. which itself contains code from PCSX, PCSX-df and PCSX-Revolution. This
  3. version is ARM architecture oriented and features MIPS->ARM recompiler by
  4. Ari64, NEON GTE code and more performance improvements. It was created for
  5. Pandora handheld, but should be usable on other devices after some code
  6. adjustments (N900, GPH Wiz/Caanoo, PlayBook versions are also available).
  7. PCSX ReARMed features ARM NEON GPU by Exophase, that in many cases produces
  8. pixel perfect graphics at very high performance. There is also Una-i's GPU
  9. plugin from PCSX4ALL project, and traditional P.E.Op.S. one.
  10. PCSX ReARMed looks for the following BIOS image files inside the
  11. frontend's 'System Directory'.
  12. * scph5500.bin (MD5 sum: 8dd7d5296a650fac7319bce665a6a53c)
  13. * scph5501.bin (MD5 sum: 490f666e1afb15b7362b406ed1cea246)
  14. * scph5502.bin (MD5 sum: 32736f17079d0b2b7024407c39bd3050)
  15. In case it can find no BIOS files named like this inside the 'System
  16. Directory', it will default to a High-Level Emulation BIOS. This decreases the
  17. level of compatibility of the emulator, so it is recommended that you always
  18. supply valid BIOS images inside the system directory.
  19. To build the debugging symbols use:
  20. DEBUG=1 ./pcsx-rearmed.SlackBuild