JayFoxRox / xbox-tools

A collection of tools related to original Xbox
62 stars 11 forks source link

Cleanup get_timers.py #58

Closed JayFoxRox closed 6 years ago

JayFoxRox commented 6 years ago

I found some issues with this script:

This was found while testing nxdk-rdt which can lead to half-initialized hardware and bogus reads in some cases. As nxdk-rdt does not support api.call you have to disable timers.append(RDTSCTimer()) which depends on it to reproduce my test. Also depends on #59.