JayFoxRox / xbox-tools

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

python-scripts: APU code not tested on hardware #6

Closed JayFoxRox closed 7 years ago

JayFoxRox commented 7 years ago

The APU code was developed by debugging XQEMU. As XQEMU is also in control of doing the APU writes the script might not work on hardware.

Additionally the buffers will be probably be inaccessible on hardware due to the audio hardware accessing (and possibly also free'ing) them.

JayFoxRox commented 7 years ago

This actually works on hardware!