Skip to content

Commit

Permalink
Adjusting readme from latest CLI flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Feb 8, 2024
1 parent 901300a commit 68192a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mips/tests/cdrom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This directory contains tests for the CDRom controller of the PS1. They are assu
The script can be run using the following command:

```bash
pcsx-redux -stdout -lua_stdout -testmode -no-gui-logs -iso UNIROM_BOOTDISC.bin -exec "dofile 'create-test-iso.lua'"
pcsx-redux -cli -iso UNIROM_BOOTDISC.bin -exec "dofile 'create-test-iso.lua'"
```

This will emit a `test.cue` file, and multiple corresponding tracks. The data track will contain Unirom itself, for potentially booting on a retail machine and be able to upload the tests to the machine using [`nops`](https://github.com/JonathanDotCel/NOTPSXSerial).
Expand Down

0 comments on commit 68192a2

Please sign in to comment.