From eec179a74f47cbe908b13499cc678bb645e47649 Mon Sep 17 00:00:00 2001 From: kalymos Date: Tue, 11 Feb 2025 14:59:37 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 --- PsNee-modchip-wiki.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) delete mode 100644 Home.md create mode 100644 PsNee-modchip-wiki.md diff --git a/Home.md b/Home.md deleted file mode 100644 index b03435b..0000000 --- a/Home.md +++ /dev/null @@ -1,3 +0,0 @@ -Welcome to the PsNee wiki! - -go to [test-1](https://github.com/kalymos/PsNee/wiki/test-1) \ No newline at end of file diff --git a/PsNee-modchip-wiki.md b/PsNee-modchip-wiki.md new file mode 100644 index 0000000..308df61 --- /dev/null +++ b/PsNee-modchip-wiki.md @@ -0,0 +1,15 @@ +PsNee modchips should work with all versions of the PlayStation 1. They can be made using many AVR processors, including. + + • ATmega328/168 (Arduino Uno, Arduino Mini/Mini Pro) + • ATmega32u4 (Arduino Leonardo, Arduino Micro/Micro Pro) + • ATtiny25/45/85 + +## PsNee modchip drawbacks +Due to the extensive coverage of different PS1 models, compiling can sometimes be a bit tricky. + +## PsNee modchip advantages +The greatest strength of the PsNee modchip is the fact that it’s much more modern than PIC based modchips. Using AVR chips means that programming a PsNee chip is much easier, and many people may already have something like an Arduino which can be used as a PsNee modchip. +Using more powerful processors allows the modchip to work with American, European, and Japanese PlayStation 1’s 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. \ No newline at end of file