marcosatti / orbum

PS2 Emulator - Archived
66 stars 5 forks source link
emulation ps2 ps2-emulator

orbum Travis CI Status AppVeyor Status

PS2 Emulator

Based off PCSX2's codebase, this is a completely rewritten PS2 emulator. Only useful to developers for now.

I can only work on this in my spare time, so I am thankful for any help!

Current status

Status as of 2018/08/06:

Build Instructions

General Information

CMake is used as the build system.

The project uses the following dependecies:

Run the following commands to invoke a build:

git submodule update --init --recursive

mkdir build && cd build

cmake .. optionally specifying -DBOOST_ROOT={path} depending on your environment.

make (or equivilant)

Running

./orbumfront

Logging is always enabled and will save files to logs/ (uses boost logging).

The bios file scph10000.bin should be placed in bios/. Other bios' are not currently supported or tested with.

Upon Ctrl-C, a number of options will be presented:

Licence

GPL3