SourMesen / Mesen

Mesen is a cross-platform (Windows & Linux) NES/Famicom emulator built in C++ and C#
https://www.mesen.ca
GNU General Public License v3.0
1.27k stars 320 forks source link

Unsupported input devices #361

Open SourMesen opened 6 years ago

SourMesen commented 6 years ago

This issue is to track all the input devices that Mesen does not currently support.

As of now, the following devices are not supported:

Also, Famiclones sometimes support extra hardware, such as printers (see #474), which are not supported at the moment.

ghost commented 6 years ago

What about the NES advantage?

https://en.wikipedia.org/wiki/NES_Advantage

SourMesen commented 6 years ago

In terms of hardware, the NES Advantage is just a turbo controller - it doesn't do anything special beyond that.

ghost commented 6 years ago

What about the NES Hands Free?

https://gizmodo.com/5242463/nes-hands-free-let-you-control-mario-with-your-tongue?IR=T

SourMesen commented 6 years ago

Never heard of it, but considering what its meant for, I would assume it's identical to the standard NES controllers in terms of what it sends to the console.

Sun-in-jang commented 6 years ago

What about the NES Advantage?

https://en.wikipedia.org/wiki/NES_Advantage

ghost commented 6 years ago

Karaoke studio microphone?

https://en.wikipedia.org/wiki/Karaoke_Studio

Famicom data recorder?

https://en.wikipedia.org/wiki/Famicom_Data_Recorder

SourMesen commented 6 years ago

The data recorder is already supported (it's automatically connected when the family basic keyboard is connected). The karaoke studio mic is supported, as far as its A and B buttons go - it doesn't actually record sound from the microphone, but there is a hotkey to "fake" sound input. This is a mapper-specific device, so it's automatically plugged in (and only visible) when a game for the mapper is loaded.

ghost commented 6 years ago

Famicom study box? Thought It might be pointless since I don't think any of the cassette tapes have ever been dumped.

http://www.nesworld.com/article.php?system=nes&data=fc-studybox

Konami Q?

https://famicomworld.com/system/converters/konami-q-famicom-adaptor/

Famicom Data Ship?

https://forum.digitpress.com/forum/showthread.php?78075-Data-Ship-1200

SourMesen commented 6 years ago

Study Box is something I hope to figure out eventually - I have like 10 tape recordings for it (someone sent them to me a long time ago).

Konami Q - Unsure what this is exactly, or if the games for it were even dumped by someone.

Famicom Data Ship - There are a number of modems made for the NES, afaik, but I don't plan on adding support for them. In general, if no other emulator supports a device, I can't really add support for it (since I don't plan on purchasing & trying to reverse engineer them)