summaryrefslogtreecommitdiff
path: root/config/pcsx-redux/target.cfg
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-09-25 23:59:52 +0100
committerLeah Rowe <leah@libreboot.org>2024-09-26 00:35:18 +0100
commitff9c250a3ec05c9afa3faf84e2e5d793f68361b4 (patch)
tree054b727b67c266691caf47ccf1fe8ef5a79f354b /config/pcsx-redux/target.cfg
parent2b0fe39acb4d911edd9d7631e8aa6b97778e68fa (diff)
Add Sony PlayStation support to LibrebootHEADmaster
I also added a "cleanargs" argument, similar to the makeargs argument, to work around a build error. This builds the PCSX-Redux PS1 BIOS. They reverse engineered the Sony PS1 BIOS and wrote a free one under MIT license. Run this: ./mk -b pcsx-redux The file will appear: bin/playstation/openbios.bin Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/pcsx-redux/target.cfg')
-rw-r--r--config/pcsx-redux/target.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/pcsx-redux/target.cfg b/config/pcsx-redux/target.cfg
new file mode 100644
index 00000000..21dc4b2d
--- /dev/null
+++ b/config/pcsx-redux/target.cfg
@@ -0,0 +1,3 @@
+makeargs="-f lbmkbofhmakefile"
+cleanargs="-f lbmkbofhmakefile"
+mkhelper="copyps1bios"