Mac
September 15th, 2004, 16:46
Hi folks,
Just stumbled across this forum and dlownloaded the debugger that everyone seems to like so well. It looks great, but unfortunately the app I'd like to modify is 16-bit.
It's a word game that my wife plays A LOT. It uses 100% cpu which hasn't bothered her comp so far, but am gonna give her another (slightly faster) one which runs a little warmer.
The game constantly gets WM_TIMER messages (I hooked it), but using a sleep in the hook only delays user actions, and cpu still remains at 100%.
I've dabbled with "AttachThreadInput" some but no luck so far (not sure it would even be useful here).
Any idea how to shut off those WM_TIMER messages?
BTW, I do some C programming but know very little about ASM.
Thanks, Mac
Just stumbled across this forum and dlownloaded the debugger that everyone seems to like so well. It looks great, but unfortunately the app I'd like to modify is 16-bit.
It's a word game that my wife plays A LOT. It uses 100% cpu which hasn't bothered her comp so far, but am gonna give her another (slightly faster) one which runs a little warmer.
The game constantly gets WM_TIMER messages (I hooked it), but using a sleep in the hook only delays user actions, and cpu still remains at 100%.
I've dabbled with "AttachThreadInput" some but no luck so far (not sure it would even be useful here).
Any idea how to shut off those WM_TIMER messages?
BTW, I do some C programming but know very little about ASM.
Thanks, Mac
