Thomas Jentzsch

Results 250 comments of Thomas Jentzsch

How about using [SDL_net](https://github.com/libsdl-org/SDL_net)? We would only have to check if the version number is lower and then open Stella's download website via `SDLOpenURL`;

Alternatively why might be able to check via web browser: - Stella could either simply link to the download page and let the user check. - Or Stella could send...

With the PlusROM backend network communication working, an automatic check seems very possible.

I meant something automatic, which notifies the user.

Thanks, good to know that this is a common problem. Have you tested the console with other early HMOVE values?

I have to check. Else I will write one myself.

Great analysis! Thanks a lot! So either HMOVE is slower or RESPx is faster in the odd consoles. Can we find out somehow? Does this only happen with P0 or...

Thanks for the tests. Very interesting results, it looks even more complicated now. @DirtyHairy Do you have an idea how to emulate this?

> @DirtyHairy, pinging you to remind you to look at this when you find some extra time. https://atariage.com/forums/topic/336441-boom-atari-2600/?do=findComment&comment=5068632

At the moment I cannot even match our code with the description in the link. Besides that, it doesn't look too complicated. :smile: Probably someone needs at least basic ARM...