punesemu / puNES

Qt-based Nintendo Entertaiment System emulator and NSF/NSF2/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)
GNU General Public License v2.0
597 stars 40 forks source link

Famicom Network Controller (HVC-051) #400

Closed upintheairsheep closed 2 months ago

upintheairsheep commented 2 months ago

The Famicom Network Controller is essentially an overclocked Famicom controller with 16 extra buttons, which is pretty easy to implement, given that no emulator supports it. Reverse engineering work.

negativeExponent commented 2 months ago

FCEUX already have this (not sure if it works as i dont have a rom to test it with) https://github.com/TASEmulators/fceux/blob/master/src/input/fns.cpp

punesemu commented 2 months ago

Thanks for the info @upintheairsheep. By any chance, do you have a rom that could be used to test support?

upintheairsheep commented 2 months ago

Nevermind, already emulated.