Skip to content

Releases: allkern/psxe

PSXE 0.10.4-alpha

16 Nov 18:42
4f405ab
Compare
Choose a tag to compare

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

05 Aug 17:50
Compare
Choose a tag to compare

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

23 Jul 02:46
Compare
Choose a tag to compare

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

20 Jul 22:51
Compare
Choose a tag to compare

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

07 Jul 03:09
Compare
Choose a tag to compare

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

06 Jul 02:58
Compare
Choose a tag to compare

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

04 Jul 23:45
Compare
Choose a tag to compare

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

29 Jun 02:43
Compare
Choose a tag to compare

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

25 Jun 04:19
Compare
Choose a tag to compare

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

20 Jun 03:29
Compare
Choose a tag to compare

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.