Closed DieKatzchen closed 6 years ago
I think the Guncon 2 was a fairly normal lightgun even though it had a USB connection. Should be possible to support it but would need to use the universal solution of putting an LED into the barrel of the PS2 light gun and strapping a Wiimote to the side of the gun
I mean, it can be even simpler. The wiimote gives absolute pointer position and the Guncon 2 gave absolute mouse position.
Yeah, it'd definitely be possible to do it that way. You'd need some extra circuitry to mimic the USB device though. I'm planning on adding a serial output option for people that want to build external circuitry to interface to other systems directly. CDi is like that too (not that there's many good games on that system).
That's probably easily done. Could probably even do it with a digispark or trinket.
Serial output should be available by setting the IOType setting to Serial. This should enable this use. It currently outputs 0x80 (upper bit set to detect start byte), player number, upper 7 bits of X, lower 7 bits of X, upper 7 bits of Y, lower 7 bits of Y, upper 7 bits of buttons, lower 7 bits of buttons.
Will it be possible to support the ps2 light gun with this? If I remember correctly the device was USB, so I'm not sure if you're able to emulate a USB device.