1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-01-29 21:30:53 +00:00
This commit is contained in:
kalymos
2025-02-27 20:55:32 +01:00
parent f28de50938
commit 2d59394222
11 changed files with 28 additions and 14 deletions

View File

@@ -4,18 +4,32 @@
//#define ATmega328_168 // Fuses: JAP_FAT - H: DF, L: EE, E: FF; Other - H: DF, L: FF, E: FF.
//#define ATmega32U4_16U4
//#define ATtiny85_45_25
//#define ATtiny85_45_25 //
/* PinVCC-3.5v, PinGND-GND,
Pin2-BIOS AX,
Pin3-BIOS AY,
Pin4-BIOS DX, Pin5-Switch*(optional),
Pin6-SQCK,
Pin7-SUBQ,
Pin8-DATA,
Pin9-GATE_WFCK,
PinRST-RESET*(Only for JAP_FAT) */
/*
Pinout Arduino,
VCC-3.5v, PinGND-GND,
D2-BIOS AX (Only for Bios patch)
D3-BIOS AY (Only for BIOS ver. 1.0j-1.1j)
D4-BIOS DX (Only for Bios patch)
D5-Switch* (Optional for Bios patch)
D6-SQCK
D7-SUBQ
D8-DATA
D9-GATE_WFCK
RST-RESET* (Only for JAP_FAT)
Pinout ATtiny
Pin1-RESET
Pin2-LED
Pin3-WFCK
Pin4-GND
Pin5-SQCK (MOSI)
Pin6-SUBQ (MISO)
Pin7_DATA (SCK)
Pin8-VCC
*/
//------------------------------------------------------------------------------------------------
// Select your console
//------------------------------------------------------------------------------------------------
@@ -28,7 +42,7 @@
//#define SCPH_103 // No BIOS patching needed.
//#define SCPH_102 // DX - D0, AX - A7. BIOS ver. 4.4e, CRC 0BAD7EA9 | 4.5e, CRC 76B880E5
//#define SCPH_100 // DX - D0, AX - A7. BIOS ver. 4.3j, CRC F2AF798B
//#define SCPH_7000_9000 // DX - D0, AX - A7. BIOS ver. 4.0j, CRC EC541CD0
//#define SCPH_7000_9000 // DX - D0, AX - A7. BIOS ver. 4.0j, CRC EC541CD0
//#define SCPH_5500 // DX - D0, AX - A5. BIOS ver. 3.0j, CRC FF3EEB8C
//#define SCPH_3500_5000 // DX - D0, for 40-pin BIOS: AX - A4, for 32-pin BIOS: AX - A5. BIOS ver. 2.2j, CRC 24FC7E17 | 2.1j, CRC BC190209
//#define SCPH_3000 // DX - D5, for 40-pin BIOS: AX - A6, AY - A7, for 32-pin BIOS: AX - A7, AY - A8. BIOS ver. 1.1j, CRC 3539DEF6
@@ -39,7 +53,7 @@
//------------------------------------------------------------------------------------------------
//#define PATCH_SWICHE // Enables hardware support for disabling BIOS patching.
#define LED_RUN // Turns on the LED when injections occur (D13 for ATmega, Pin 2 for ATtiny)
#define LED_RUN // Turns on the LED when injections occur (D13 for Arduino, Pin 2 for ATtiny)
//------------------------------------------------------------------------------------------------
// pointer and variable section

View File

@@ -11,7 +11,7 @@ menu.fuses=Fuses
ATtinyX5.name=ATtiny25/45/85
ATtinyX5.upload.tool=arduino:avrdude
ATtinyX5.upload.low_fuses=0xff
ATtinyX5.upload.low_fuses=0xe2
ATtinyX5.program.tool=arduino:avrdude
ATtinyX5.program.unlock_bits=0xff

View File

@@ -1,5 +1,5 @@
name=PSNee
version=1.0.3
version=1.0.4
tools.avrdude.path={runtime.tools.avrdude.path}
tools.avrdude.cmd.path={path}/bin/avrdude