Skip to content

Instantly share code, notes, and snippets.

View pyroesp's full-sized avatar

pyroesp

View GitHub Profile
@pyroesp
pyroesp / ps1_reset_mod.c
Last active July 18, 2019 15:44
PlayStation 1 Reset Mod, for attiny84
/*
* Reset combo mod for PlayStation 1
* ---------------------------------
*
* - attiny84 version
*
* IO are setup on PORTB, but can be modified. See PS1_X_IO defines.
* PIN5 - SCK (input, connect to PS1 clock)
* PIN4 - CMD (input, connect to PS1 TX)
* PIN3 - DATA (input, connect to PS1 RX)