What's new in the latest release (v0.05c):
- G400 bug fix.
- Fixed several combiner modes.
- Localization dll support by Lkb.
- Display list processing speedups by Lkb.
- Dynarec function inlining code by Lkb.
- Optimised DMA transfer code. Now memcpy is used for word aligned transfers.
- Implemented TLB ASID stuff.
- Reimplemented ByteSwapping code in assembly.
- Added inifile option to set the size of the Eeprom (EepromSize, default
2048).
- Added inifile option to rescan memory for OS functions after a specified
number of DMA transfers.
- Fixed nasty bug where PeekMessage() was being used needlessly, wasting CPU
time.
(This should make a huge difference to speed on win9x machines)
- Fixed delayloading of DirectX8.
- Improved handling of large textures on Voodoo cards. Now the code will generate
a scaled down version of the original texture to fit within the Voodoo's
256x256 limit. It's still not pretty (it's point sampled and not filtered),
but it should be a big improvement.
Comments:
Fifth public beta release of Daedalus (G400 Bug Fix).