From a429364138234ca3bc221bb9728eeb6fe963f6c2 Mon Sep 17 00:00:00 2001 From: kalymos Date: Wed, 14 Jun 2017 15:17:55 +0200 Subject: [PATCH] Initial Home page --- Home.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..91da482 --- /dev/null +++ b/Home.md @@ -0,0 +1,54 @@ +PsNee is a project built around the Arduino, for the removal of the protection of the PlayStation 1, in order to play the backup of you games. + +----------------------------------------------------------- + +There are 3 branches in the project they have all their usefulness. + +-------------------------------------------------------------------------- + +The master is the branch (historical) there are two versions, which have different compatibliter. + +The branch postal2201 is optimized for attiny. + +These two branch is the same wiring multimode MultiMode. + +The most complete source I've found for photos of wiring +http://darius-saturn.com/forum/viewtopic.php?f=174&p=153908#p153905. + +The conversion, MultiMode pin = Arduino pin. + + MultiMode V3 PSNee v6 + chip pin name Arduino pin name + + pin-1 = 3.3v = Arduino pin-vin = 3.3v + pin-2 = stealth signal + pin-4 = reset line + pin-5 = « Gate » = Arduino pin-9 = gate + pin-6 = data output = Arduino pin-8 = data + pin-7 = dooor signal = Arduino pin-10 = lid + pin-8 = ground = Arduino Pin-Gnd = gnd + + +------------------------------------------------------------------------------ + +The branch ramen 3 of psxdev.net is notably diferante, the wiring changes for a great part. + +For now some photos are available on +http://www.psxdev.net/forum/viewtopic.php?f=47&t=1262 + + + MultiMode V3 PSNee v6 + chip pin name Arduino pin name + + pin-1 = 3.3v = Arduino pin-vin = 3.3v + + + pin-6 = data output = Arduino pin-8 = data + Arduino pin-10 = SUBQ + Arduino pin-11 = SQCK + pin-8 = ground = Arduino Pin-Gnd = gnd + +![](https://www.hostingpics.net/viewer.php?id=401156ic304pin.png) + + +