Sony Playstation emulator
Go to file
2016-11-25 11:11:31 -07:00
images Implementing textured quads. 2016-11-06 09:13:02 -07:00
src Fixing DMA interrupts. 2016-11-25 11:11:31 -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 Implementing enough of the CD-ROM to get further with COP2 instructions. 2016-11-19 10:36:59 -07:00
LICENSE Updating the README and LICENSE. 2016-11-04 19:16:34 -06:00
README.md Updating the readme. 2016-11-17 21:10:39 -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 hangs after drawing the Sony™ logo while trying to communicate with the CD-ROM drive. Textured primitives are partially implemented.

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.

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.