What's new

Avocado Git released!

spotanjo3

Moderator
Moderator
Avocado is a Modern Playstation 1 emulator. Despite this emulator being in early development, some 3D games can run. There is currently no SPU (no sound except simple in-game Audio CDs) or MDEC (black screen instead of movies). The timer implementation does not function properly (games fail to boot or run at wrong speed).

Avocado Git Changelog:
* controller: refactored DigitalController to separate class
* gpu: fixed transparency for non-textured polygons
* spu: created Gauss interpolation table (not used right now)
* spu: reverb implementation using float
* spu: clear buffer on bootstrap
* spu: fixed exponential decrease
* spu: reading back Voice status, games use all channels now
* spu: adsr envelope refactor
* sound: attached SPU output to SDL Sound sink
* system: .psflib implementation (not fully working)
* system: single file .psf loader
* spu: naïve ADSR implementation
* spu: refactored registers to separate headers
* project: removed warnings
* spu: added missing registers, refactored debug window
* spu: added more read/write registers
* spu: fixed ADPCM decoding, sound channels mixing, audio output to STDERR
* adpcm: fixed decoding

Scroll down and you can download to test them. Enjoy!

https://github.com/JaCzekanski/Avocado
 

Top