diff --git a/PSNee_V8.6/PSNee_V8.6/PSNee_V8.6.ino b/PSNee_V8.6/PSNee_V8.6/PSNee_V8.6.ino index e611908..b494c4c 100644 --- a/PSNee_V8.6/PSNee_V8.6/PSNee_V8.6.ino +++ b/PSNee_V8.6/PSNee_V8.6/PSNee_V8.6.ino @@ -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 diff --git a/PSNeecore/hardware/avr/1.0.3/boards.txt b/PSNeecore/hardware/avr/1.0.4/boards.txt similarity index 99% rename from PSNeecore/hardware/avr/1.0.3/boards.txt rename to PSNeecore/hardware/avr/1.0.4/boards.txt index 6913dc0..8c5866e 100644 --- a/PSNeecore/hardware/avr/1.0.3/boards.txt +++ b/PSNeecore/hardware/avr/1.0.4/boards.txt @@ -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 diff --git a/PSNeecore/hardware/avr/1.0.3/bootloaders/bootloader.txt b/PSNeecore/hardware/avr/1.0.4/bootloaders/bootloader.txt similarity index 100% rename from PSNeecore/hardware/avr/1.0.3/bootloaders/bootloader.txt rename to PSNeecore/hardware/avr/1.0.4/bootloaders/bootloader.txt diff --git a/PSNeecore/hardware/avr/1.0.3/platform.txt b/PSNeecore/hardware/avr/1.0.4/platform.txt similarity index 98% rename from PSNeecore/hardware/avr/1.0.3/platform.txt rename to PSNeecore/hardware/avr/1.0.4/platform.txt index 295fd29..1a7d2ca 100644 --- a/PSNeecore/hardware/avr/1.0.3/platform.txt +++ b/PSNeecore/hardware/avr/1.0.4/platform.txt @@ -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 diff --git a/PSNeecore/hardware/avr/1.0.3/variants/leonardo/pins_arduino.h b/PSNeecore/hardware/avr/1.0.4/variants/leonardo/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.3/variants/leonardo/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.4/variants/leonardo/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.3/variants/micro/pins_arduino.h b/PSNeecore/hardware/avr/1.0.4/variants/micro/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.3/variants/micro/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.4/variants/micro/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.3/variants/pb-variant/pins_arduino.h b/PSNeecore/hardware/avr/1.0.4/variants/pb-variant/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.3/variants/pb-variant/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.4/variants/pb-variant/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.3/variants/standard/pins_arduino.h b/PSNeecore/hardware/avr/1.0.4/variants/standard/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.3/variants/standard/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.4/variants/standard/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.3/variants/tiny8/pins_arduino.h b/PSNeecore/hardware/avr/1.0.4/variants/tiny8/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.3/variants/tiny8/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.4/variants/tiny8/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.3/variants/tinyx8/pins_arduino.h b/PSNeecore/hardware/avr/1.0.4/variants/tinyx8/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.3/variants/tinyx8/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.4/variants/tinyx8/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.3/variants/tinyx8_mh/pins_arduino.h b/PSNeecore/hardware/avr/1.0.4/variants/tinyx8_mh/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.3/variants/tinyx8_mh/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.4/variants/tinyx8_mh/pins_arduino.h