Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raphaelthegreat/psxemu

An experimental Playstation emulator
https://github.com/raphaelthegreat/psxemu

cpp emulator mips opengl playstation psx-emulator

Last synced: 1 day ago
JSON representation

An experimental Playstation emulator

Awesome Lists containing this project

README

        

## PSXemu - Playstation emulator in C++ 17.

----

PSXemu is a experimental emulator project for the Playstation 1. It aims to be an easy to use and well-documented emulator. Currently it is able to complete the BIOS startup with proper rendering.

## Features
- A full implementation of the MIPS R3000A CPU.
- Partial GPU implementation with texturing.
- Working DMA routines.
- Software rasterizer for accurate rendering.

## Goals
- Create a JIT recompiler in the future.
- Complete the GPU (support for line primitives).
- Boot the first game.
- Create an easy to use GUI.