Hi,
I built one 4NES4SNES board. Have a working ATMEGA8. I was able to flash the firmware in this github repository.
Here is the command I used to program my brand ATMEGA8.
avrdude -c usbtiny -p m8 -U lfuse:w:0x9F:m -U hfuse:w:0xC9:m -U flash:w:4nes4snes-m8.hex
When I plugged in the 4NES4SNES adapter to my WINDOWS 10 laptop, I keep getting USB Device not recognized. Please see attached images.
Then I went to your web site https://www.raphnet.net/electronique/4nes4snes/index_en.php and saw that you now have v1.5 firmware for the ATMEGA8. Ok, so I thought I would progam the new firmware. However, now my ATMEGA8 is bricked/dead, as I keep getting the below. Any tip is appreciated. Thanks!
avrdude -F -c usbtiny -p m8 -U flash:w:4nes4snes-m8-1.5.hex
avrdude: AVR device initialized and ready to accept instructions
avrdude: device signature = 0xffffff (probably .xmega) (retrying)
avrdude: device signature = 0xffffff (probably .xmega) (retrying)
avrdude: device signature = 0xffffff (probably .xmega)
avrdude error: Yikes! Invalid device signature.
avrdude warning: expected signature for ATmega8 is 1E 93 07
avrdude: Note: flash memory has been specified, an erase cycle will be performed.
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude done. Thank you.

Hi,
I built one 4NES4SNES board. Have a working ATMEGA8. I was able to flash the firmware in this github repository.
Here is the command I used to program my brand ATMEGA8.
When I plugged in the 4NES4SNES adapter to my WINDOWS 10 laptop, I keep getting USB Device not recognized. Please see attached images.
Then I went to your web site https://www.raphnet.net/electronique/4nes4snes/index_en.php and saw that you now have v1.5 firmware for the ATMEGA8. Ok, so I thought I would progam the new firmware. However, now my ATMEGA8 is bricked/dead, as I keep getting the below. Any tip is appreciated. Thanks!