toyoshim / iona-us

MP07-IONA-US, Designed By Mellow PCB
https://toyoshim.github.io/iona-us/en
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Force Feedback Support for Naomi 2 Initial D #71

Open dannahan opened 5 months ago

dannahan commented 5 months ago

Not an expert on how this all works, but would like to see if Force Feedback is possible for Naomi 2. The data is coming from the MIDI out (CN9 on the Daughter Board).

Currently, there’s an open source program called OpenFFB (https://github.com/Fredobedo/openFFB)

However, you’ll need a "Sega FFB Controller" that you can get from Aganyte. (https://www.gamoover.net/Forums/index.php?topic=42310.0) It works for PC and the WiPi

If there’s a way you can bypass the ffb controller hardware, and get the pinouts from the naomi MIDI into the second usb slot, would that work?

67544542668__692D10CE-C62F-4E0D-B21D-212C939767B2

IMG_6665

toyoshim commented 5 months ago

thank you for the request and information. it's good to know that the naomi has a MIDI on the back panel and FFB uses it. Now I spent some time to find an idea to support this, especially how we could wire. So, my current idea is to use the IONA's P2 USB port for USB-MIDI.

NAOMI <=JVS=> IONA:JVS (as we do for all games) NAOMI <=MIDI=> USB-MID conv <=USB=> IONA:P2 (extra wiring)

This may be a possible solution without modifying IONA-US, but needs an extra MIDI converter.

I could not work on this immediately, but let me have a middle term plan.

toyoshim commented 5 months ago

An interesting tweet from Lord Hiro. https://twitter.com/hiro_h10th/status/1090162225510150144

toyoshim commented 5 months ago

Another possible wiring option would be

NAOMI <=MIDI=> Sega FFB Controller <=RS232=> USB-RS232 <=USB=> IONA:P2

I need to know Sega FFB Controller's output protocol, but this would help to support more titles via their conversion.