HWXLR8 / beef-board

USB HID PCB for Bemani rhythm games
GNU General Public License v3.0
11 stars 2 forks source link

PS2 support #95

Open ASleepyCat opened 2 weeks ago

ASleepyCat commented 2 weeks ago

I guess this is something someone might want in the future.

Might require a hardware update. roxy-firmware uses SPI for PS2 support, not sure how that would work in AVR.

Also would be pretty hard to test for considering I don't have a PS2, nor the adaptor cable for the Phoenixwan.

HWXLR8 commented 2 weeks ago

So this connector breaks out the SPI pins on our microcontroller:

image

we would need to make a special adapter which plugs into this, but at least no new hardware revision is required. Unfortunately since I only planned on using this as a hardware programming interface, I did not solder this connector on to any of the beef boards I have built for the community.

ASleepyCat commented 2 weeks ago

What about Dao's PS2 adaptor?