1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-03-03 10:22:56 +00:00

Update changelog

This commit is contained in:
kalymos
2017-06-06 16:02:15 +02:00
committed by GitHub
parent d8b374cd60
commit 0cc363c5c3

View File

@@ -55,14 +55,14 @@ A lot!
-------------------------------------------------------------
A minor detail: The lid detection is missing its digitalRead() ;p
rama3
psxdev
-------------------------------------------------------------
Update 7th of May 2017
Branched and tweaked for use with the Position 0 switch on a PSX laser.
(Requires a bit of sticky tape at the point where the switch touches the laser assembly.)
This allows deterministic SCEX injections, without relying on timing. Also gets rid of connection wires for LID and RESET.
WIP!
rama3
psxdev
--------------------------------------------------------------
Update 15th of May 2017
PSNee now watches the subchannel data and looks at the position information contained within.
@@ -76,13 +76,13 @@ Note: Once this is installed in a PSX, mind the Pin13 LED that many Arduino boar
(If the PSX is on while uploading a sketch (making the LED blink), a voltage will be fed back into the SCLK pin on the HC-05 in the PSX.
This didn't break my PSX in testing but it does stun the chip and halt CD operation. I'm thinking of a better method to do this but for now I need Arduino pin13..)
Very much recommended to install a 3.3V chip!
rama3
psxdev
-------------------------------------------------------------
Update 27th of May 2017
This version is compatible with 8Mhz and 16Mhz ATmega328 / Arduino boards.
It uses polling to grab the SUBQ packets. This works better than relying on interrupts.
I even have a few cycles to spare on a 8Mhz chip!
rama3
psxdev
------------------------------------------------------------
Update 31st May 2017
@@ -91,7 +91,7 @@ Update 31st May 2017
- minimized CD controller interference: PsNee only ever speaks when it has to (also: full stealth)
- not relying on BIOS delays: perfect boot disregarding extension cards etc
- might not be bug free! I'm just one guy and testing on a dozen consoles takes time ;)
rama3
psxdev
------------------------------------------------------------
Update 4 June 2017
- unified SCEX injection function / easier to read code