Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raphaelthegreat/psxemu
- Owner: raphaelthegreat
- Created: 2020-02-08T09:56:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T19:38:17.000Z (almost 5 years ago)
- Last Synced: 2024-04-15T18:36:19.424Z (9 months ago)
- Topics: cpp, emulator, mips, opengl, playstation, psx-emulator
- Language: C++
- Size: 19.8 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.