Bob Andrews
Bob Andrews
If you are adventurous, you could also try https://github.com/mrdudz/cc65/tree/fptest (see https://github.com/cc65/cc65/pull/1777 )
The problem is likely the crude way i am converting from int to float, basically just truncating the mantissa instead of rounding it.
Sure, why not - someone would have to port it :)
I wouldnt be surprised if it just worked with minimal modifications - you'll only have to find the matching kernal and basic routines (my guess is most are the same)...
Fell free to make a PR once it is ready :)
Stumbled about this when updating my table at https://rr.pokefinder.org/wiki/CRT_ID ... https://1541u-documentation.readthedocs.io/en/latest/howto/cartridges.html is still wrong/incomplete Also: CRT IDs 22-31 are missing in that table
? but the C64 charset contains [ and ] - and it doesn't contain Umlauts :) My bet is still on a locale problem ( [ and ] are at...
For some of those things i wonder how you are doing them - because VICE architecture doesn't really allow that at all (it is very much tied to instructions, not...
That probably wont work due to all the patching here and there, the codebases diverge too quickly
I had it happen now also when the emulation was NOT halted. Not sure what exactly are conditions to trigger it.