diff --git a/Home.md b/Home.md index b23006c..f775e32 100644 --- a/Home.md +++ b/Home.md @@ -3,9 +3,17 @@ • ATmega32u4 (Arduino Leonardo/Micro/Micro Pro) • ATtiny25/45/85 -- [Quick installation](Quick-summary-of-compilation-and-installation) -- [Personal recipe to make a good PSNee](Personal-recipe-to-make-a-good-PSNee) +## A quick overview of the different steps required to create a PsNee modechip + • Choosing your compilation options. + • Compilation. + • Configure fuses. + ◦ For BIOS patch, H: DF, L: EE, E: FF + ◦ Without BIOS patch, H: DF, L: FF, E: FF + • Injecting the code into the target via ISP. + • Soldering mode according to the diagrams. +- [Personal recipe to make a good PSNee](Personal-recipe-to-make-a-good-PSNee) +- [Pinout of the different MUCs](Pinout-of-the-different-MUCs) ## PsNee modchip drawbacks Due to the extensive coverage of different PS1 models, there is no universal compilation, compiling can sometimes be a bit tricky.