Results 89 comments of Devin Acker

Interesting. I'll try to check it out later and see if I can see what's up.

I don't get any performance issues using the 2MB SA-1 patch by itself. Does this happen to you with this patch alone, or only as part of a larger hack?

Interesting. I assume this is under Windows?

In both cases, does it make a difference which input driver you're using (directinput / rawinput)?

Took a look now that I'm at home, seems to happen to me with both input drivers, so the actual issue may be somewhere else. I don't have the same...

Interesting, good catch. I'll see what I can do about that.

Testing it more, rawinput and DirectX both continue to indicate that whatever modifier keys were down when locking are still down when unlocking, for some reason, so _something_ is missing...

This was actually my original plan prior to writing the current implementation, but the latter point (re: step-out) made it seem less ideal. Even a relatively simple routine that just...

The step out/over features work by counting the number of call/return instructions that are executed after the button is pressed, and then breaking after "enough" RTS/RTL instructions happen. It has...

I'm thinking something like this for reworking the usage mapping (assuming none of this conflicts with how you want to change the memory mapping system): - remove the cart_usage pointer...