From 088a95bffd7b90d8f789f740a4c43a0ddfcb6be8 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 1 Feb 2015 00:04:05 +0200 Subject: convert readme to markdown --- README | 35 ----------------------------------- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 35 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 23ae219..0000000 --- a/README +++ /dev/null @@ -1,35 +0,0 @@ -PCSX-ReARMed - yet another PCSX fork -------------------------------- - -PCSX ReARMed is yet another PCSX fork based on the PCSX-Reloaded project, -which itself contains code from PCSX, PCSX-df and PCSX-Revolution. This -version is ARM architecture oriented and features MIPS->ARM recompiler by -Ari64, NEON GTE code and more performance improvements. It was created for -Pandora handheld, but should be usable on other devices after some code -adjustments (N900, GPH Wiz/Caanoo versions are also available). - -PCSX ReARMed features ARM NEON GPU by Exophase, that in many cases produces -pixel perfect graphics at very high performance. There is also Una-i's GPU -plugin from PCSX4ALL project, and traditional P.E.Op.S. one. - - -PCSX-Reloaded -------------------------------- - -PCSX-Reloaded is a forked version of the dead PCSX emulator, with a nicer -interface and several improvements to stability and functionality. - -PCSX-Reloaded uses the PSEMU plugin interface to provide most functionality; -without them, you will not be able to use it to play games. PCSX-Reloaded -provides a number of plugins to provide basic functionality out of the box. - -PCSX-Reloaded has a very capable Internal HLE BIOS that can run many games -without problems. It is recommended that you use it. However, if you own a -real PlayStation, you may be able to use your own BIOS image. PCSX-Reloaded -will find it in ~/.pcsx/bios/ or /usr/share/psemu/bios/ if you place it there. -This can improve compatibility, especially with certain games and with the -use of memory cards. - -See the doc/ folder in the source, or /usr/share/doc/pcsx/ on Debian systems, -for more detailed information on PCSX-Reloaded. A UNIX manpage is also -available. diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ca79af --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +PCSX-ReARMed - yet another PCSX fork +==================================== + +[![Build Status](https://travis-ci.org/notaz/pcsx_rearmed.svg?branch=master)](https://travis-ci.org/notaz/pcsx_rearmed) + +*see [readme.txt](blob/master/readme.txt) for more complete documentation* + +PCSX ReARMed is yet another PCSX fork based on the PCSX-Reloaded project, +which itself contains code from PCSX, PCSX-df and PCSX-Revolution. This +version is ARM architecture oriented and features MIPS->ARM recompiler by +Ari64, NEON GTE code and more performance improvements. It was created for +Pandora handheld, but should be usable on other devices after some code +adjustments (N900, GPH Wiz/Caanoo, PlayBook versions are also available). + +PCSX ReARMed features ARM NEON GPU by Exophase, that in many cases produces +pixel perfect graphics at very high performance. There is also Una-i's GPU +plugin from PCSX4ALL project, and traditional P.E.Op.S. one. + + +PCSX-Reloaded +============= + +PCSX-Reloaded is a forked version of the dead PCSX emulator, with a nicer +interface and several improvements to stability and functionality. + +PCSX-Reloaded uses the PSEMU plugin interface to provide most functionality; +without them, you will not be able to use it to play games. PCSX-Reloaded +provides a number of plugins to provide basic functionality out of the box. + +PCSX-Reloaded has a very capable Internal HLE BIOS that can run many games +without problems. It is recommended that you use it. However, if you own a +real PlayStation, you may be able to use your own BIOS image. PCSX-Reloaded +will find it in ~/.pcsx/bios/ or /usr/share/psemu/bios/ if you place it there. +This can improve compatibility, especially with certain games and with the +use of memory cards. + +See the doc/ folder in the source, or /usr/share/doc/pcsx/ on Debian systems, +for more detailed information on PCSX-Reloaded. A UNIX manpage is also +available. -- cgit v1.2.3