1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-03-02 01:50:20 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
kalymos
c9b76ed325 BIOS patche neo SCPH-3000 SCPH-1000
I finally completed the value conversion for the BIOS patch without IRS
2026-02-20 21:45:08 +01:00
kalymos
045a7ca532 BIOS patch neo SCPH-5000 SCPH-3500 2026-02-18 21:39:48 +01:00
kalymos
32e3f26712 BIOS patche neo for SCPH-9000_7500 SCPH-7000 SCPH-5500 2026-02-17 22:09:30 +01:00
kalymos
64539aac03 BIOS patch simplification
Removal of ISR and reduction of code in the BIOS patch, for improved portability and robustness.

For now it is only available for the SCPH-100 and 102.
2026-02-16 20:47:07 +01:00
kalymos
fc86f8b951 Refactor pulse counting logic for jitter reduction 2026-02-15 21:24:31 +01:00
kalymos
89dfc829ee test neo BIOS patch 2026-02-15 20:52:21 +01:00
kalymos
b29ea35d15 test refactor: optimize PS1 patch for SCPH-100 using zero-latency polling
Ported the BIOS patch from ISR to manual polling to achieve cycle-accurate
precision for 33.86MHz bus timing.
2026-02-12 22:06:03 +01:00
kalymos
f7bf40ea6b refactor: optimize BIOS patching sequence with refined timing nomenclature
Refined the BIOS patching and standardized
timing nomenclature for better technical clarity.

Changes:
- Ad technical documentation within the code.
- Standardized timing variables for better clarity:
    - BOOT_OFFSET: Replaces initial checkpoint.
    - FOLLOWUP_OFFSET: Replaces initial checkpoint2.
    - PULSE_COUNT: Replaces trigger .
    - BIT_OFFSET: Replaces hold .
    - OVERRIDE: Replaces patching.
2026-02-12 18:49:02 +01:00
kalymos
a4cbbcb66b removal of the TIMER
removal of the ISR(CTC_TIMER_VECTOR) function, and all its dependencies.

- Timer_Start
- Timer_Stop

modification
- Board detection
- inject_SCEX
- BIOS_PATCH
- MCU
- Setting
2025-12-21 19:30:30 +01:00
kalymos
9c5b91feba clining 2025-08-23 19:13:17 +02:00