randyrossi
randyrossi
I think there is a way to do an incremental build rather than starting from clean each time. You can skip over all the circle stuff, for example and start...
Hi. Thanks for the report. I think I see the issue. The custom GPIO option assumes you have joystick directions or buttons in the config and will clobber any usb...
Can you try the master version here: https://accentual.com/bmc64/downloads/master/ This sounds like something I fixed recently but haven't moved the file to 4.0 version yet. On Fri, Oct 7, 2022 at...
There is some support for configuring GPIO pins as a user port. I think it can CIA2 port B from within the C64 emulation. But you would have to look...
Have you tried audio_out=analog ? From README.md: Q: Audio is not coming out of HDMI/Analog jack when I expect it to. Why? A. Sometimes the code that auto detects whether...
This is technically possible, yes. There is some support in circle to access the ethernet port but it's very low level and would require quite a bit of effort to...
I think it could have been usb. You can swap out the barrel connector by forking the upverter design if you want.
Are you sure the problem isn't that there is an = sign missing on your dpi_timings line for your 60hz mode? I see this in your example: dpi_timings 1920 1...
I can take a look at what circle has in terms of support for multiple interfaces. It could be it's just using the last interface it finds. Might be difficult...
Would either of you be able to try this sample from the circle library? https://github.com/rsta2/circle/tree/master/sample/08-usbkeyboard It's a standalone kernel test program that exercises circle's usb keyboard support. Since BMC64 uses...