Mike DX
Mike DX
I wonder if we could start by including SDL (1 or 2, doesn't really matter which) just to render the display buffer, and the gradually move over the inputs and...
> Just to reinforce the solution, refactoring my code circumvented the issue. It's rather odd that I faced this on 8bitworkshop, but not with CPCTelera (which also uses SDCC). Could...
> I've had problems with SDCC running out of memory even assembling .asm files! Not sure why it's so hungry. Maybe the right idea is to ALLOW_MEMORY_GROWTH on everything? I...
@sehugg are there any plans for a new version that includes this minor change soon please? I'm encountering issues now with projects in 8080wb, galaxian and sms now due to...
I don't think I've got anything "open source" that violates the SDCC compiler flags as-is but i'll add you to the repo so you can see the offending files if...
Is there an option here to compile sdcc with a modern emscripten? I think that's how I ended up completing the project locally (I could be wrong, it seems a...
Cictec is there a pull request for this fix?
A single pull request with lots of changes will be difficult to track and check the differences of. In collaborative projects it is better to havesmaller pull requests that solve...
Are you using autoload or are you importing the dll specifically?
If you can share some code I may be able to help you get it working. It also depends on whether the dll is compiled as a c or cpp...