diff --git a/Home.md b/Home.md deleted file mode 100644 index 91da482..0000000 --- a/Home.md +++ /dev/null @@ -1,54 +0,0 @@ -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) - - - diff --git a/PSNee-Wiki.md b/PSNee-Wiki.md new file mode 100644 index 0000000..ce35185 --- /dev/null +++ b/PSNee-Wiki.md @@ -0,0 +1,50 @@ +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 PlayStation + chip pin name Arduino pin name ps pin name + + pin-1 = 3.5v = Arduino pin-vin = 3.5v 3.5v = supply + pin-2 = stealth signal IC304.Pin-44 = XLAT + IC102.Pin-15 = D2 + pin-4 = reset line Ic102.Pin-31 = A18 + pin-5 = « Gate » = Arduino pin-9 = gate IC732.Pin-5 = sync + pin-6 = data output = Arduino pin-8 = data IC732.Pin-42 = CEO + pin-7 = dooor signal = Arduino pin-10 = lid IC304.Pin-19 = DOOR + pin-8 = gnd = Arduino Pin-Gnd = gnd GND = gnd + + +------------------------------------------------------------------------------ + +The branch ramen33 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 ramen3 PlayStation + chip pin name Arduino pin name ps pin Name + + pin-1 = 3.5v Arduino pin-vin = 3.5v 3.5v = supply + + + pin-6 = data output Arduino pin-8 = data IC732.Pin-42 = CEO + Arduino pin-10 = SUBQ IC304.Pin-24 = SUBQ + Arduino pin-11 = SQCK IC304.Pin-26 = SQCK + pin-8 = gnd Arduino Pin-Gnd = gnd GND = gnd