Stephen Anthony
Stephen Anthony
@SpiceWare, we are planning on the 6.7 release for Saturday, June 11. Do you think you can get this stuff included if I push the release to Monday, June 13...
@SpiceWare, can you also post/send all the BUS ROMs you've tested?
Yes, committing them is fine too.
Sure, only commit what you have permission for. As for the notes, you can commit that to the BUS ROMs folder as well, I guess.
I assume you mean make sure to use **Atari Mouse** here?
Works for me in Linux at least. The filename is not fully displayed in the launcher, since the character set doesn't contain that character. But Stella is still able to...
I will try to test on some other systems later today.
It's possible, but I've never really played with it. What happens when you force the Unicode `#ifdef` to be compiled? Is this the part that won't compile?
Yeah, all that code is very ASCII-centric. I don't know that it's ever been tested with other character sets.
Incidentally, this is why I'd hoped to move to the `std::filesystem` stuff in C++17, to eliminate a big chunk of this platform-specific code. But it seems not all compilers fully...