Ownasaurus / TAStm32

Console replay device utilizing a STM32F4
GNU General Public License v3.0
66 stars 14 forks source link

Manual Merge: 2+ player support for gc/n64 #46

Closed Ownasaurus closed 3 years ago

Ownasaurus commented 3 years ago

I would like to manually merge https://github.com/sauraen/TAStm32/tree/FourPlayerGCN64. It is probably easier to manually merge in the changes rather than do a proper pull request due to the deviation over time. Careful consideration should be made as to whether or not players 3 and 4 can be supported in the upcoming v4 hardware changes. Since for vis boards, voltage is an output, but for N64, it would not be. Either way, 2-player support should be easy peasy! Just gotta do it. Since it's not going to be a formal pull request, need to make sure to update README.md to properly credit Sauraen

Ownasaurus commented 3 years ago

Began to resolve this issue in: https://github.com/Ownasaurus/TAStm32/tree/n64-2p . Decided to make it only 2p for now.

Ownasaurus commented 3 years ago

Confirmed NES and SNES are still functioning correctly

Ownasaurus commented 3 years ago

Done