kalymos / PsNee

PsNee, an open source stealth modchip for the Sony Playstation 1
456 stars 68 forks source link

Port code to Tiny avr 0 series #52

Closed carmax91 closed 1 week ago

carmax91 commented 3 months ago

It is possible to port the code to the new avr tiny 0 series like ATTINY402? The old attinyx5 are out of production now and the price become insanely increase... I think it's a better idea to port the code to the newest cheap attinyx02 for the 8 pin chip. I've given a try, but i can't port the code easly to the new core...

kalymos commented 3 months ago

It's probably a good idea to do so. I think the part to modify is the name of the registers

Le jeu. 21 mars 2024 à 19:19, carmax91 @.***> a écrit :

It is possible to port the code to the new avr tiny 0 series like ATTINY402? The old attinyx5 are out of production now and the price become insanely increase... I think it's a better idea to port the code to the newest cheap attinyx02 for the 8 pin chip. I've given a try, but i can't port the code easly to the new core...

— Reply to this email directly, view it on GitHub https://github.com/kalymos/PsNee/issues/52, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDOKBEU7VHYRZYBZPGTVJDYZMQD5AVCNFSM6AAAAABFB7CSSSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYDAOBWHE2TAOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

carmax91 commented 3 months ago

Yah, registers are a problem for me. A port to the new avr series would be great, even with the PSone PAL bios poatch feature. Using 328p and higher is a bit of a waste for me, I think the 8-pin chips are perfect for the purpose.

kalymos commented 3 months ago

From memory it is not necessary to use registers, it is that calling the individual Pinout function for each pin is more resource intensive

Le sam. 23 mars 2024 à 20:43, carmax91 @.***> a écrit :

Yah, registers are a problem for me. A port to the new avr series would be great, even with the PSone PAL bios poatch feature. Using 328p and higher is a bit of a waste for me, I think the 8-pin chips are perfect for the purpose.

— Reply to this email directly, view it on GitHub https://github.com/kalymos/PsNee/issues/52#issuecomment-2016585479, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDOKBCW7D6YAXYCZXE5LVTYZXLPFAVCNFSM6AAAAABFB7CSSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWGU4DKNBXHE . You are receiving this because you commented.Message ID: @.***>