DaedalusX64 dev status update: additional audio settings, more improvements

DeadalusX64 - Image 1December is looming ever so close now; will we get another public release for DaedalusX64, just as planned? Today, we’ve got quite a hefty update about what’s in store for DaedalusX64’s future. This comes from Chilly Willy, and here, he talks about what he’s been contributing to the project of late: audio tweaks and other improvements galore!

DaedalusX64 - Image 1

December is looming ever so close now; will we get another public release for DaedalusX64, just as planned? Well, the Beta 1 Release Candidate is still roving the PSP scene – have you been able to try it out yet? Today, we’ve got quite a hefty update about what’s in store for DaedalusX64’s future.

This comes from Chilly Willy, and here, he talks about what he’s been able to contribute to the project (on top of what he’s already been able to tweak for the previous DX64 alpha versions):

  • Added lookup table to the fragment cache lookup function. The original code only checked if the address to be looked up was the same as the last one to be looked up. Otherwise it just went through the entire list of fragments looking for the address. I added a 256 entry table using a hash on the address to help speed this up. Now if Howard can profile this for me, we can see if it was a waste or not.
  • Cleaned up the prefs a little since the ROM prefs in particular had the descriptions overlapping the element list. I also changed the audio setting so that you can select synchronous or asynchronous processing of the audio. Synchronous is the old method where everything is done by the main CPU. There may be times when that is better, so now you can select it. So the three audio selections are Disabled, Asynchronous, and Synchronous.
  • Big update to the asynchronous audio. Howard and I had been doing a semi-polled method of waiting for the MediaEngine before terminating the RSP task. I made the CPU AddEvent thread-safe so that instead we can just do a single AddEvent when the ME is done. This seems to be better. There are still some roms that don’t work (well or at all) with asynchronous audio, hence the ability above to switch to sync audio.
  • One note: Switching ROMs is apparently not quite clean yet. I’ve noticed a few ROMs where you have to quit the emulator and start fresh or the ROM won’t work (properly or at all depending on the ROM). The two I’ve noted by name are Wave Race 64 and Zelda:OOT.

We’ve yet to see if the release of the next version of DaedlusX64 will indeed roll out some time December, just as the team promised. Hope we get updates on that front soon too! For now, hearing about more audio options sounds like a great addition, not to mention more improvements in the code.


Related articles:

Add a Comment

Your email address will not be published. Required fields are marked *