bbbbbr

Results 78 comments of bbbbbr

I wonder if you download the SDCC compiler release from their homepage if their build of cc1 works. sdcc.sourceforge.net -> Left menu -> Home -> Download -> Win64 -> 4.4.0...

This might be relevant (or not): https://www.winhelponline.com/blog/fix-cannot-run-programs-without-typing-extension-exe-command-prompt/ More discussion: https://superuser.com/questions/619921/how-to-run-an-executable-file-without-the-exe-extension-using-a-cmd-script#690608 https://www.tenforums.com/software-apps/172679-exe-files-will-not-run-unless-exe-extension-included-command.html

Been seeing this for a while too and finally getting around to commenting on it. :) My system is also using X11 and the issue (CPU usage spikes to ~70+%)...

For reference in my case it happens with FPS set to 30.

This PR was useful to work from, though needed modifying to work with 1.9.2. In our case the documentation language is C and we're not worried about overloading, so we're...

Compressor support is implemented using Salvador version which is ~zlib. Currently the z80 (and ported sm83) library support is via the Elias version BSD 3-Clause, which is a less optimal...

@michel-iwaniec pointed out zx02 as an implementation to consider https://github.com/dmsc/zx02 It only has 6502 decompression, so z80 and sm83 would need to be ported. The decompressor is MIT licensed. It's...

From my own testing, modifying the Same Boy GB core in SuperJuniorSameDuck based on this information from Nitro fixed a bug with incorrect serial data transfer emulation. The scenario was...