Rustation

From Emulation General Wiki
Jump to navigation Jump to search
Rustation
px
Developer(s) Lionel Flandrin (simias)
Latest version 0.0.3
Active No
Platform(s) Windows
Linux
macOS
Emulates PlayStation
Programmed in Rust
License GNU GPLv2+
Source code GitHub
GitHub (libretro upstream)

Rustation is an open-source PlayStation emulator that doesn't require a plugin-based system. It's written in the Rust programming language and has a libretro core.

Overview[edit]

The first commit for Rustation was made on February 17, 2015, and many commits have since been added over the next two years. However, the last commit was made in September 2017 and was never followed up; the same is also true of the libretro core. The libretro team, meanwhile, used the work done in Rustation to create the Beetle PSX HW core, in which an OpenGL 3.3 renderer is used instead of the previous software renderer.[1] That core is said to be one of the first PlayStation emulators to use modern OpenGL, as it differs from the fixed-function OpenGL used in older OpenGL-based emulator plugins.

The original repository only contains the source code for the core of the emulator. The OpenGL renderer and the libretro interface is in the rustation-libretro repository. Game performance is poor; only a few games can boot.

Features[edit]

These things are either fully or partially implemented:

  • CPU
  • Basic GTE support (ported from mednafen PSX)
  • Instruction cache
  • Interrupts
  • Basic GPU (no semi-transparency or mask bit emulation)
  • Timers (incomplete)
  • DMA
  • Debugger
  • CDROM controller (missing many commands)
  • Gamepad controller (only digital pad for now)

To-do list:

  • Many things in the GPU
  • MDEC (Probably for movie playback. Avocado is in the midst of implementing this one)
  • SPU
  • Memory card
  • CPU pipeline emulation
  • More accurate timings
  • Many, many other things...

References[edit]

  1. Michael Larabel (31 May 2016). PlayStation Emulator Gets Experimental OpenGL Renderer. Phoronix

External Links[edit]