From 9b16cb150a49ccc7304a7c6ce4259d2efb150a8d Mon Sep 17 00:00:00 2001 From: kalymos Date: Wed, 5 Mar 2025 17:30:42 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 603cbd7..87fc382 100644 --- a/Home.md +++ b/Home.md @@ -8,9 +8,9 @@ • Compilation. • Configure fuses. ◦ For BIOS patch, H: DF, L: EE, E: FF - ◦ Without BIOS patch, H: DF, L: FF, E: FF + ◦ Without BIOS patch, ATmega H: DF, L: FF, E: FF, ATtiny H: DF, L: E2, E: FF • Injecting the code into the target via ISP. - • Soldering mode according to the diagrams. + • Soldering the mode according to the diagrams. - [Personal recipe to make a good PSNee](Personal-recipe-to-make-a-good-PSNee) - [List of motherboards by console version number](List-of-motherboards-by-console-version-number) @@ -31,6 +31,15 @@ - [PU‐23 diagram](PU‐23-diagram) - [PM‐41 diagram](PM‐41-diagram) - [PM‐41 (2) diagram](PM‐41-(2)-diagram) + +## BIOS diagram +To know your BIOS version, essential for Japanese versions, the BIOS Dumper 2.6 project works very well. +- [BIOS V1.0j V1.1j 40PIN](BIOS-V1.0j-V1.1j-40PIN) +- [BIOS V1.0j V1.1j 32PIN](BIOS-V1.0j-V1.1j-32PIN) +- [BIOS V2.2j 40PIN](BIOS-v2.2j-40PIN) +- [BIOS V2.2j V3.0j 32PIN](BIOS-v2.2j-v3.0j-32PIN) +- [BIOS V4.0j -> 4.5e 32PIN](BIOS-v4.0j-‐---v4.5e-32PIN) + ## PsNee modchip drawbacks Due to the extensive coverage of different PS1 models, there is no universal compilation, compiling can sometimes be a bit tricky.