Releases: allkern/psxe
PSXE 0.10.4-alpha
Implemented SPU capture buffer IRQs, fixes (at least) the following games:
- Vib-Ribbon
- CTR - Crash Team Racing
Full Changelog: 0.10.3-alpha...0.10.4-alpha
PSXE 0.10.3-alpha
We're getting closer to the release of our new UI!
In the meantime, I've been working on fixing some longstanding issues with the codebase in general, reworking major components, and fixing small bugs here and there. This release gets bugfixes for several games which now work correctly:
- Final Fantasy IX (FMV is still broken but can now be skipped)
- Tony Hawk's Pro Skater
- Initial D
- Hello Kitty - Cube Frenzy
- Disney's Hercules Action Game
- Disney's The Emperor's New Groove
And more! I hope you enjoy this release and stay tuned for the next one.
Full Changelog: 0.10.1-alpha...0.10.3-alpha
PSXE 0.10.1-alpha
Fixed yet another longstanding CDROM bug, caused by the lack of IER IRQ blocking, this fixes a lot of titles, such as Strider 2, Crash Bash, Yu-Gi-Oh! Forbidden Memories, Spyro - Year of the Dragon, Tokimeki Memorial 2, Elder Gate, and more!
Full Changelog: 0.10.0-alpha...0.10.1-alpha
PSXE 0.10.0-alpha
Long time since our last release! After merging the new CDROM core and finally fixing all GTE issues, I felt a lot better about the state of PSXE. The code is a lot better so now I can work comfortably on fixing remaining issues.
The compatibility list has been updated with the latest changes, titles like Doom, Tomb Raider, Paro Wars are now playable!
Of course I'm not done yet, I've been working on a new frontend called "Solar". It will be pretty big, so stay tuned for that :)
0.1.5-alpha
The input system and pad controller were completely reworked, now input works in the BIOS too!
Many GPU command fixes and overhauls
Full Changelog: 0.1.4-alpha...0.1.5-alpha
0.1.4-alpha
Improved video framerate, now the emulated console runs at the correct speed.
Full Changelog: 0.1.3-alpha...0.1.4-alpha
0.1.3-alpha
Implemented really basic controller support, and reworked the CPU's pipelining implementation. The shell is booting!
Full Changelog: 0.1.2-alpha...0.1.3-alpha
0.1.2-alpha
This release fixes various bugs on the core CPU code, which should improve accuracy
Full Changelog: 0.1.1-alpha...0.1.2-alpha
0.1.1-alpha
Some CLI settings have been implemented, it is now possible to select a BIOS using CLI settings.
Full Changelog: 0.1.0-alpha...0.1.1-alpha
0.1.0-alpha
This is PSXE's first release. It can barely run the bootlogo, but I'm working to get the shell booting, hopefully soon.
I got GitHub Actions CI working for this project too, so we should get automated builds for Windows (32 and 64-bit), Ubuntu and macOS on every push to master
.