From 025ac056c03b5f118aa449557be54d96c2b34f8b Mon Sep 17 00:00:00 2001 From: kalymos Date: Fri, 20 Mar 2026 21:05:49 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9887d54..70f9c77 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ PSNee is compatible with all retail PlayStation 1 models and various AVR microco ## Features - **Disc Region Protection:** Removes region locks. -- **BIOS Patching:** Provides enhanced compatibility (except on ATtiny). +- **BIOS Patching:** Provides enhanced compatibility. - **Board Support:** Custom manager to simplify fuse settings and hardware configuration. > [!IMPORTANT] @@ -21,7 +21,7 @@ PSNee is compatible with all retail PlayStation 1 models and various AVR microco - **ATmega328(A/P/PA)** @16MHz - **ATmega168(A/P/PA)** @16MHz - **ATmega32U4** @16MHz -- **ATtiny25/45/85** @8MHz *(Note: No BIOS patch support!)* +- **ATtiny25/45/85** @8MHz *(No BIOS patch support!)* > [!CAUTION] > **BIOS Patching:** Timing for **PB-series** (328PB/128PB) is currently unoptimized. For stable BIOS patching, please use A/P/PA or 32U4 variants.