Twopothead / mipsx

mipsx is a PlayStation emulator written in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mipsx

mips32 + playstation1(psx) = mipsx

mipsx is a PlayStation emulator written in C++.

Building

Prerequisites

  • PlayStation BIOS: SCPH1001 (SHA1: 10155d8d6e6e832d6ea66db9bc098321fb5e8ebf)

  • SDL2

  • opengl

  • GLEW

    • sudo apt install libglew-dev

Compiling

$ make clean && make

About

mipsx is a PlayStation emulator written in C++.


Languages

Language:C++ 90.0%Language:Assembly 6.7%Language:C 2.0%Language:Python 0.9%Language:Makefile 0.5%