Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oaleshina committed Apr 19, 2019
1 parent fd40b3a commit 903d578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ should work. Run the code in release mode.

## Implemented

![PlayStation Boot Screen](https://github.com/oaleshina/pscx_emulator/playstation_boot_screen.png)
![PlayStation Boot Screen](https://github.com/oaleshina/pscx_emulator/blob/master/playstation_boot_screen.png)

* CPU
* Instruction Cache
Expand All @@ -36,15 +36,15 @@ Visual studio 2017 C++11/14. Run code in release mode, as C++ containers were us

To run the emulator, you should provide the BIOS binary file. Currently emulator works with SCPH1001 one.

![PlayStation Bios Screen](https://github.com/oaleshina/pscx_emulator/playstation_bios_screen.png)
![PlayStation Bios Screen](https://github.com/oaleshina/pscx_emulator/blob/master/playstation_bios_screen.png)

Command line:

```
pscx_emulator.exe [path to the SCPH1001 BIOS]
```

![PlayStation Logo Screen](https://github.com/oaleshina/pscx_emulator/playstation_logo_screen.png)
![PlayStation Logo Screen](https://github.com/oaleshina/pscx_emulator/blob/master/playstation_logo_screen.png)

To run the game you should use such command line:

Expand Down

0 comments on commit 903d578

Please sign in to comment.