From 002b83f39dbe52a05fc7d2ffe08e40843c371cca Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:31:19 -0400 Subject: [PATCH] Formatted PS1 Doc --- docs/PlayStation.md | 74 +++++++++++++++++++++++++++++---------------- 1 file changed, 48 insertions(+), 26 deletions(-) diff --git a/docs/PlayStation.md b/docs/PlayStation.md index ea27e69..438e3c1 100644 --- a/docs/PlayStation.md +++ b/docs/PlayStation.md @@ -1,35 +1,57 @@ -

PlayStation

+# PlayStation -Code example +## Code example + +```html +
+
+
+ + - -``` -Your rom MUST have one of the following extensions + ``` -.bin -.cue -.img -.mdf -.pbp -.toc -.cbn -.m3u -.ccd -``` -You can find the PlayStation 1 JP BIOS by looking up the md5 sum which is `8dd7d5296a650fac7319bce665a6a53c` -You can find the PlayStation 1 US BIOS by looking up the md5 sum which is `490f666e1afb15b7362b406ed1cea246` +## ROM Type + +Your **ROM** can have the following types: +- `bin` +- `cue` +- `img` +- `mdf` +- `pbp` +- `toc` +- `cbn` +- `m3u` +- `ccd` + +## BIOS + +You can search for the BIOS you need by utilizing the **MD5** checksum. + +| Type | MD5 Checksum | +|------|--------------| +| PlayStation 1 JP | `8dd7d5296a650fac7319bce665a6a53c` +| PlayStation 1 US | `490f666e1afb15b7362b406ed1cea246` +| PlayStation 1 EU | `32736f17079d0b2b7024407c39bd3050` -You can find the PlayStation 1 EU BIOS by looking up the md5 sum which is `32736f17079d0b2b7024407c39bd3050`