Dieter Baron
Dieter Baron
Thanks for the bug report.
I can confirm this is still the case with firmware 1.26 (tested on an U64E with the default built in SID): Paddles work, but the KoalaPad does not.
I've done some simple tests, both on the Ultimate and a C64. On the C64, the KoalaPad changes POTX/POTY in a range from $07 to $f9 linearly from left to...
You are suggesting that I make hardware modifications to the Koalapad, right? Is it possible to change the Ultimate64 firmware to improve compatibility with the original C64 so this wouldn't...
I agree that zip_source_layered() should be made public. But we need to make sure we get the interface just right; once made public, it's hard to change. Also, we need...
Thank you for the bug report, I just committed a fix.
You are right, `zip_get_num_entries()` was correct, just not what you might expect. I've reverted my change and documented the behaviour (and its rationale) in the man page. Do you actually...
Do you actually have a use case for this, or did `zip_get_num_entries()` just not behave like you expected? We can't think of a compelling use for these features, and to...
Could you please explain what these secure functions are? Are they only available on Windows?
I see, so this is worth supporting. I see three possibilities: 1. Keep using the legacy functions in libzip code and map them to their _s counterparts via defines. This...