Re: Fixed it, forced the SW dection code to return true no matter what. *NT*


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]

Posted by powerjaw on September 11, 1999 at 22:51:00:

In Reply to: Fixed it, forced the SW dection code to return true no matter what. *NT* posted by Andy Geez on September 11, 1999 at 21:02:19:

Did you change this:

SWNoFind:
popal
movl $1, %eax
ret

to this:

SWNoFind:
popal
movl $0, %eax
ret

?

Or did you go into each routine and NOP the je to SWNoFind?

Thanks,
Tim


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]