Sony Playstation emulator
Go to file
2016-11-25 21:34:45 -07:00
images Implementing textured quads. 2016-11-06 09:13:02 -07:00
src Finally booting through the rest of the BIOS. Whew. :-) 2016-11-25 21:34:45 -07:00
.gitattributes Update .gitattributes 2016-02-15 20:32:17 -06:00
.gitignore Fixing some major bugs with interrupts. 2016-11-25 00:39:20 -07:00
CMakeLists.txt Adding better I/O logging. 2016-11-25 16:58:07 -07:00
LICENSE Updating the README and LICENSE. 2016-11-04 19:16:34 -06:00
README.md Finally booting through the rest of the BIOS. Whew. :-) 2016-11-25 21:34:45 -07:00

PSXACT

This project aims to emulate the PlayStation™ 1 console in an accurate fashion. No hacks or proprietary software will be used to accomplish this goal.

This emulator is designed to work "out of the box", no plug-in hell required!

Current Status

Currently, the emulator can get through the BIOS, but hasn't booted any commercial games yet. A software rasterizer is used to attempt pixel accurate graphical output, the results are quite nice!

Current status

Usage

The emulator requires a BIOS file, which can be dumped from a physical console.

Once you have a BIOS file, PSXACT can be invoked via command line, using the following simple interface:

$ psxact <bios file here> <game file here>

Building

This project uses CMake for builds, and requires SDL2.

I personally use the FindSDL2.cmake script available here.

Contributing

If you'd like to contribute, please create a fork and issue pull requests! I am very open to newcomers, and will need all the help I can get to make the best PS1 emulator available.

However, do try and follow the syntax used by the project when contributing, I will rewrite any code to make it match the project style before accepting.