mirror of
https://github.com/kalymos/PsNee.git
synced 2026-02-28 17:20:42 +00:00
opti patch bios 3500
This commit is contained in:
BIN
PSNee/.settings.h.kate-swp
Normal file
BIN
PSNee/.settings.h.kate-swp
Normal file
Binary file not shown.
@@ -48,8 +48,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
//#define SCPH_7500_9000 // DX - D0 | AX - A7 | | 4.0j - CRC EC541CD0
|
||||
//#define SCPH_7000 // DX - D0 | AX - A7 | | 4.0j - CRC EC541CD0 Enables hardware support for disabling BIOS patching.
|
||||
//#define SCPH_5500 // DX - D0 | AX - A5 | | 3.0j - CRC FF3EEB8C
|
||||
//#define SCPH_5000 // DX - D0 | AX - A5 | AX - A4 | 2.2j - CRC 24FC7E17
|
||||
#define SCPH_3500 // DX - D0 | AX - A5 | AX - A4 | 2.1j - CRC BC190209
|
||||
#define SCPH_5000 // DX - D0 | AX - A5 | AX - A4 | 2.2j - CRC 24FC7E17
|
||||
//#define SCPH_3500 // DX - D0 | AX - A5 | AX - A4 | 2.1j - CRC BC190209
|
||||
//non-functional//#define SCPH_3000 // DX - D5 | AX - A7, AY - A8 | AX - A6, AY - A7 | 1.1j - CRC 3539DEF6
|
||||
//#define SCPH_1000 // DX - D5 | AX - A7, AY - A8 | AX - A6, AY - A7 | 1.0j - CRC 3B601FC8
|
||||
|
||||
@@ -72,7 +72,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
/*------------------------------------------------------------------------------------------------
|
||||
Hysteresis
|
||||
------------------------------------------------------------------------------------------------*/
|
||||
#define HYSTERESIS_MAX 15 // All model.
|
||||
#define HYSTERESIS_MAX 25 // All model.
|
||||
//#define HYSTERESIS_MAX 25 // Only FAT! For models with problematic CD players.
|
||||
// Determines the number of times the data in the DATA line must match the filter of the region code injection function to trigger the injection.
|
||||
|
||||
|
||||
@@ -72,16 +72,16 @@
|
||||
#define INTERRUPT_FALLING
|
||||
#define CHECKPOINT 75.2 //75.12 - 75.27
|
||||
#define TRIGGER 21
|
||||
#define HOLD 2.85
|
||||
#define PATCHING 0.2
|
||||
#define HOLD 2.8 //2.7 - 2.85
|
||||
#define PATCHING 0.1
|
||||
#endif
|
||||
|
||||
#ifdef SCPH_3500 //ok V8.7
|
||||
#define BIOS_PATCH
|
||||
#define INTERRUPT_FALLING
|
||||
#define CHECKPOINT 75.2 //
|
||||
#define CHECKPOINT 75.2 //75.12 - 75.27
|
||||
#define TRIGGER 21
|
||||
#define HOLD 2.8
|
||||
#define HOLD 2.75 //2.65 - 2.85
|
||||
#define PATCHING 0.2
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user