Hi r-type, I’ve forked libretro-atari800, and did a whole series of changes that I’d like to sync with you on, to make things a lot better, namely:
- new menu options to set system type, NTSC/PAL, Internal BASIC on/off, SIO acceleration on/off, Hi-Res artifacting on/off, etc.
- addition of ATX as a supported format (to play copy protected disks)
and I’m currently trying to get netplay working (serialization works, but I need to talk with you on how best to handle mutex locking with the emulator thread, as currently rewind and netplay hammer the statesav_* functions with overlapping calls…
Sorry, sending it here, because I couldn’t figure out how to send a message with this forum.
My code is forked over @ http://github.com/tschak909/libretro-atari800
-Thom