MittisBootloop / esp32_nesemu_wemosmini

Based on espressif's nesemu port. Now multiple Roms, brightness and fullscreen settings
92 stars 36 forks source link

Custom pins #3

Open lemmingDev opened 5 years ago

lemmingDev commented 5 years ago

Would be great if we could select custom pins for the buttons as well as SPI pins.

The code is in a bit of a mess with hard coded values everywhere.

I have an ESP32 board that has built in LORA and GPS, so some of the pins are already taken up with those.

Thanks for considering this

MittisBootloop commented 5 years ago

"a bit of a mess"...not only a bit. :D I'm a little bit busy at the moment, but I'll keep that in mind.

badvision commented 5 years ago

I would submit my fixes as PR's but I also had to restructure my whole fork for Platform.IO support....

badvision commented 5 years ago

https://github.com/badvision/esp32_nesemu

@MittisBootloop I really appreciate your additions to this emulator, thank you. I solved this in my fork, except the power button. Can you explain exactly all the places that power button hooks in?