1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-02-27 01:00:16 +00:00

Updated Home (markdown)

kalymos
2025-02-12 10:28:13 +01:00
parent e32ec2b4f2
commit 0c5cf47348

13
Home.md

@@ -11,4 +11,15 @@ The greatest strength of the PsNee modchip is the fact that its much more mod
Using more powerful processors allows the modchip to work with American, European, and Japanese PlayStation 1s with a single chip. It can even patch the BIOS Note that this BIOS patch dont works with ATtiny chips.
## PsNee modchip source code
It supports the following microcontrollers:These chips fall into two categories, ATmega based chips, and ATtiny based chips. ATmega chips cost more, but allow for BIOS patching. ATtiny chips cost less. ATmega chips are also considerably larger in size, making them more difficult to fit into a system when compared to the ATtiny chips.
It supports the following microcontrollers:These chips fall into two categories, ATmega based chips, and ATtiny based chips. ATmega chips cost more, but allow for BIOS patching. ATtiny chips cost less. ATmega chips are also considerably larger in size, making them more difficult to fit into a system when compared to the ATtiny chips.
## PAL and NTSC incompatibility with your TV
In North America we have NTSC-U/C consoles and TVs, and in Japan there are NTSC-J consoles and TVs. Meanwhile Europe and some other parts of the world there are PAL consoles and TVs. In the case of the PlayStation 1 the modchip can be used to unlock the consoles ability to output video for any region based on the game being played.
The problem with this is that not all TVs accept all input signals. For example if you put a PAL game into your modded system and try to play it on an American TV you might not get any video on your TV.
To get around this problem I recommend buying a cheap [composite to HDMI converter](http://amzn.to/2lyOe0w). Typically these will take the weird analog signal that may be associated with a game from another region, and convert it into a nice and standard HDMI signal that your TV will display without any problems.
## Japanese consoles and video glitch with PAL games
Japanese consoles with specific clocks will produce bad video signal there are mods to replace the crystal with a pulse generator https://github.com/L10N37/PSXTAL for more information.