David 'Erosion' Oberlin

Results 12 comments of David 'Erosion' Oberlin

PD0 (Pin 0) is also connected to the onboard activity LED (on the Nano that light is on Pin 13, I believe.) I was getting spooky action when I was...

I did end up trying that, but it continued to cause ghosting on hw interrupt, hah. The simpler solution was just to move the connection up one on the port....

@SukkoPera, I don't have the capacity to check this out but if we change the bitmask on the buttons assignment would that put START/C on pin 1? A definition for...

@rfancella, without any assurances you can try this layout: ``` +-------+ +--------------| USB |--------------+ | +-------+ | | [ ] 15 14[ ] | | [ ] 16 SCK 13[...

Here is a problem-solved that might help with the bootloader: https://forum.arduino.cc/t/burn-bootloader-attiny88-cant-be-programmed-by-usb-solved/1033045 Please, @rfancella, really do let me know how you get on with it, hah!

@rfancella, if you have a multimeter check for a short. And, if you can, take a picture of the connections and post it here. I'll see if there's anything I...

Lookin' good to me, too, @rfancella. The next step is to disconnect everything and start introducing things back individually. However, if you're confident the issue is with the controller try...

Pin 2 was connected to pad pin 7 on the motherboard, @rfancella? And, did you try turning the machine on with, and without, the controller attached? (not that it should...

They're not so bad tbh. Happy to hear about the performance with a change in bootloader. Thanks for letting me know, @rfancella. I've got the same controller layout on my...

https://github.com/DieSkaarj/MegaDrivePlusPlus - branch mh-attiny88 You'll need to move SELECT to D3, A/B to D2 and START to D1. If it works I'll send @SukkoPera a pull request.