Stephen Anthony

Results 172 comments of Stephen Anthony

Events are only grabbed from SDL once per frame. If the paddles are checking multiple times per frame, they are checking a cached event stored in `myEvent`. They are not...

Well, first I would try it on every read, to see if it even fixes the issue. Then if that works, we can further optimize it.

It's going to require some refactoring. New method(s) need to be added to `EventHandler`, and then the object needs to be accessible from the Controller class. I suggest whatever we...

I don't know. And I guess we need to experiment. I'm not even entirely sure my suggestion will fix the problem. I think this work needs to be done in...

No other emulator I tested (Stellerator, z26, Javatari, MAME) gets this right either.

Forgot to add; also confirmed on my light sixer and Jr.

The old core will only show wobbling for missiles, since that's all that the core is coded to do. IOW, there's specific code for missiles that blank a pixel, spread...

Thomas, if you manage to re-create the ROM, can you create an NTSC version for me to test? Right now, due to not having a PAL TV or console, I...

On my console (light sixer), there is a different pattern in Cosmic Ark. I originally added emulation of that behaviour, but reverted it when it didn't agree with the majority...

As I've said before, the TIA in my system seems to be different from most other people. I can't really tell which one it's more similar with; none of them,...