From 7ddd2e7237132864f0255984799a7d057b3a0673 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 13:11:47 -0400 Subject: [PATCH 01/24] Formatted 3DO Doc --- docs/3DO.md | 81 +++++++++++++++++++++++++++++------------------------ 1 file changed, 45 insertions(+), 36 deletions(-) diff --git a/docs/3DO.md b/docs/3DO.md index dbb6938..8e73485 100644 --- a/docs/3DO.md +++ b/docs/3DO.md @@ -1,47 +1,56 @@

3DO

-Code example +## Code example + +```html +
+
+
+ + - + + ``` -Your rom MUST have one of the following extensions +## ROM Type -``` -.bin -.cue -.iso -``` +Your **ROM** can have the following types: +- `bin` +- `cue` +- `iso` -Panasonic FZ-1 `f47264dd47fe30f73ab3c010015c155b` +## ROM List -Panasonic FZ-10 `51f2f43ae2f3508a14d9f56597e2d3ce` - -Panasonic FZ-10 `1477bda80dc33731a65468c1f5bcbee9` - -Panasonic FZ-10-E `a48e6746bd7edec0f40cff078f0bb19f` - -Panasonic FZ-10-E `cf11bbb5a16d7af9875cca9de9a15e09` - -Goldstar GDO-101M `8639fd5e549bd6238cfee79e3e749114` - -Sanyo IMP-21J TRY `35fa1a1ebaaeea286dc5cd15487c13ea` - -Shootout At Old Tucson `8970fc987ab89a7f64da9f8a8c4333ff` - -Panasonic FZ-1 Kanji ROM `b8dc97f778a6245c58e064b0312e8281` - -Panasonic FZ-10JA Kanji ROM `428577250f43edc902ea239c50d2240d` - -Panasonic FZ-1J Kanji ROM `c23fb5d5e6bb1c240d02cf968972be37` +| Name | MD5 Checksum | +|------|--------------| +| Panasonic FZ-1 | `f47264dd47fe30f73ab3c010015c155b` +| Panasonic FZ-10 | `51f2f43ae2f3508a14d9f56597e2d3ce` +| Panasonic FZ-10 | `1477bda80dc33731a65468c1f5bcbee9` +| Panasonic FZ-10-E | `a48e6746bd7edec0f40cff078f0bb19f` +| Panasonic FZ-10-E | `cf11bbb5a16d7af9875cca9de9a15e09` +| Goldstar GDO-101M | `8639fd5e549bd6238cfee79e3e749114` +| Sanyo IMP-21J TRY | `35fa1a1ebaaeea286dc5cd15487c13ea` +| Shootout At Old Tucson | `8970fc987ab89a7f64da9f8a8c4333ff` +| Panasonic FZ-1 Kanji ROM | `b8dc97f778a6245c58e064b0312e8281` +| Panasonic FZ-10JA Kanji ROM | `428577250f43edc902ea239c50d2240d` +| Panasonic FZ-1J Kanji ROM | `c23fb5d5e6bb1c240d02cf968972be37` From c5cc44a5335a641fb543cb69831f03c5c3bfcd20 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 13:17:32 -0400 Subject: [PATCH 02/24] Formatted Arcarde Doc --- docs/Arcade.md | 54 +++++++++++++++++++++++++++++++++++--------------- 1 file changed, 38 insertions(+), 16 deletions(-) diff --git a/docs/Arcade.md b/docs/Arcade.md index 870cd9c..c2bee88 100644 --- a/docs/Arcade.md +++ b/docs/Arcade.md @@ -1,26 +1,48 @@ -

Arcade

+# Arcade -Code example +## Code example + +```html +
+
+
+ + - + + ``` -Use only FBA v0.2.97.42 ROMs set -Important! all roms must use the same name at support list with extension .zip +## ROMS -neogeo.zip Required for Neo Geo Games `410c65b2debdf4f2dac9ea2b23aa496e` +Only use **FBA ROMs** of version`0.2.97.42` -pgm.zip Required for IGS Games `653e991a39e867354d090c3394157d1c` +### ROM List + +The following **ROMs** must use the listed name. + +| Name | MD5 Checksum | Description | +|------|--------------|-------------| +| `neogeo.zip` | `410c65b2debdf4f2dac9ea2b23aa496e` | Required for **Neo Geo Games** +| `pgm.zip` | `653e991a39e867354d090c3394157d1c` | Required for **IGS Games** +| `isgsm.zip` | `4a56d56e2219c5e2b006b66a4263c01c` | **ISG Selection Master Type 2006 BIOS** -isgsm.zip ISG Selection Master Type 2006 BIOS `4a56d56e2219c5e2b006b66a4263c01c` From d6565c283ac911ccddc94affd82b8d1d68bede81 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 13:19:30 -0400 Subject: [PATCH 03/24] Formatted Atari 2600 Doc --- docs/Atari 2600.md | 43 +++++++++++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 12 deletions(-) diff --git a/docs/Atari 2600.md b/docs/Atari 2600.md index 4679a64..2d097fc 100644 --- a/docs/Atari 2600.md +++ b/docs/Atari 2600.md @@ -1,20 +1,39 @@ -

Atari 2600

+# Atari 2600 -Code example +I do not know the file extension limits for this system.
+There is no bios for this system. + +## Code example + +```html +
+
+
+ + - + + ``` -I do not know the file extension limits for this system. -There is no bios for this system + From e15bdfec71ccf9c363e9996e6f55e40aeb17bbae Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 13:20:19 -0400 Subject: [PATCH 04/24] Formatted Atari 7800 Doc --- docs/Atari 7800.md | 43 ++++++++++++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 13 deletions(-) diff --git a/docs/Atari 7800.md b/docs/Atari 7800.md index 9a65357..88baeb2 100644 --- a/docs/Atari 7800.md +++ b/docs/Atari 7800.md @@ -1,20 +1,37 @@ -

Atari 7800

+# Atari 7800 -Code example +I do not know the file extension limits for this system.
+There is no bios for this system. + +## Code example + +```html +
+
+
+ + - + + ``` -I do not know the file extension limits for this system. - -There is no bios for this system From 62230e41bd040b08455c902e818dc39271bbc57a Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 13:21:12 -0400 Subject: [PATCH 05/24] Formatted Atari Jaguar Doc --- docs/Atari Jaguar.md | 45 ++++++++++++++++++++++++++++++++------------ 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/docs/Atari Jaguar.md b/docs/Atari Jaguar.md index 3154047..559eb84 100644 --- a/docs/Atari Jaguar.md +++ b/docs/Atari Jaguar.md @@ -1,20 +1,41 @@ -

Atari Jaguar

+# Atari Jaguar -Code example -``` -
-
-
- - + + ``` -I do not know the file extension limits for this system. -There is no bios for this system + From b1c4dfdbd86a1fa4bb75d60b775961babc338dac Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 13:22:12 -0400 Subject: [PATCH 06/24] Formatted Atari Lynx Doc --- docs/3DO.md | 2 +- docs/Atari Lynx.md | 44 ++++++++++++++++++++++++++++++-------------- 2 files changed, 31 insertions(+), 15 deletions(-) diff --git a/docs/3DO.md b/docs/3DO.md index 8e73485..0a16edd 100644 --- a/docs/3DO.md +++ b/docs/3DO.md @@ -1,4 +1,4 @@ -

3DO

+# 3DO ## Code example diff --git a/docs/Atari Lynx.md b/docs/Atari Lynx.md index 7d5abb9..9655ed4 100644 --- a/docs/Atari Lynx.md +++ b/docs/Atari Lynx.md @@ -1,20 +1,36 @@ -

Atari Lynx

+# Atari Lynx -Code example +I do not know the file extension limits for this system.
+There is no bios for this system. + +## Code example + +```html +
+
+
+ + - -``` -I do not know the file extension limits for this system. - -There is no bios for this system + +``` \ No newline at end of file From 45c512670639ea3b38f0cce9541e9039f804a464 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 13:30:45 -0400 Subject: [PATCH 07/24] Formatted MSX Doc --- docs/MSX.md | 67 ++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 48 insertions(+), 19 deletions(-) diff --git a/docs/MSX.md b/docs/MSX.md index 2da2dfa..690429f 100644 --- a/docs/MSX.md +++ b/docs/MSX.md @@ -1,22 +1,51 @@ -

MSX

- -Code example - -``` -
-
-
- - -``` +# MSX I do not know the file extension limits for this system. -

You can download the 'Databases' and 'Machines' folders from an official full standalone blueMSX emulator installation. Get blueMSXv282full.zip near the bottom of the page.

-Compress the 'Databases' and 'Machines' Folders to 7z or zip archive. +## Code example + +```html +
+
+
+ + + + +``` + +## Downloads + +You cand download the `Databases` & `Machines`
+folders from the **[BlueMSX Emulator]** installation. + +Download the `blueMSXv282full.zip` file,
+located near the bottom of the page. + +Compress the `Databases` and `Machines`
+folders to `7z` or `zip` archives. + + + + +[BlueMSX Emulator]: http://bluemsx.msxblue.com/download.html From 7e0053ac8ab5015409e11f26ca9047a31ac1176e Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 13:34:33 -0400 Subject: [PATCH 08/24] Formatted Neo Geo Pocket Doc --- docs/Atari 2600.md | 4 ---- docs/Atari 7800.md | 4 ---- docs/Atari Jaguar.md | 4 ---- docs/Atari Lynx.md | 4 ---- docs/Neo Geo Poket.md | 39 +++++++++++++++++++++++++++------------ 5 files changed, 27 insertions(+), 28 deletions(-) diff --git a/docs/Atari 2600.md b/docs/Atari 2600.md index 2d097fc..fea3feb 100644 --- a/docs/Atari 2600.md +++ b/docs/Atari 2600.md @@ -14,10 +14,6 @@ There is no bios for this system. EJS_player = '#game'; EJS_core = 'atari2600'; - - // URL to Bios file - - EJS_biosUrl = ''; // URL to Game rom diff --git a/docs/Atari 7800.md b/docs/Atari 7800.md index 88baeb2..16b28e7 100644 --- a/docs/Atari 7800.md +++ b/docs/Atari 7800.md @@ -14,10 +14,6 @@ There is no bios for this system. EJS_player = '#game'; EJS_core = 'atari7800'; - - // URL to Bios file - - EJS_biosUrl = ''; // URL to Game rom diff --git a/docs/Atari Jaguar.md b/docs/Atari Jaguar.md index 559eb84..0a9a748 100644 --- a/docs/Atari Jaguar.md +++ b/docs/Atari Jaguar.md @@ -16,10 +16,6 @@ There is no bios for this system. EJS_player = '#game'; EJS_core = 'jaguar'; - - // URL to Bios file - - EJS_biosUrl = ''; // URL to Game rom diff --git a/docs/Atari Lynx.md b/docs/Atari Lynx.md index 9655ed4..5f4f50f 100644 --- a/docs/Atari Lynx.md +++ b/docs/Atari Lynx.md @@ -14,10 +14,6 @@ There is no bios for this system. EJS_player = '#game'; EJS_core = 'lynx'; - - // URL to Bios file - - EJS_biosUrl = ''; // URL to Game rom diff --git a/docs/Neo Geo Poket.md b/docs/Neo Geo Poket.md index 1fd65b6..edea82c 100644 --- a/docs/Neo Geo Poket.md +++ b/docs/Neo Geo Poket.md @@ -1,20 +1,35 @@ -

Neo Geo Poket

+# Neo Geo Pocket -Code example +I do not know the file extension limits for this system.
+There is no bios for this system. + +## Code example + +```html +
+
+
+ + - + + ``` -I do not know the file extension limits for this system. -There is no bios for this system + From f2cdbcffa071b2aa9cc77c6b214b6b5c6b75584a Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:20:19 -0400 Subject: [PATCH 09/24] Formatted NES Doc --- docs/NES-Famicom.md | 67 ++++++++++++++++++++++++++++++--------------- 1 file changed, 45 insertions(+), 22 deletions(-) diff --git a/docs/NES-Famicom.md b/docs/NES-Famicom.md index 8f722bf..3efe515 100644 --- a/docs/NES-Famicom.md +++ b/docs/NES-Famicom.md @@ -1,27 +1,50 @@ -

NES / Famicom

+# NES / Famicom -Code example +## Code Example -``` -
-
+```html +
+
- - -``` -Your rom MUST have one of the following extensions + + + ``` -.fds -.nes -.unif -.unf -``` -You can find the famicon BIOS by looking up the md5 sum which is `ca30b50f880eb660a320674ed365ef7a` + +## ROM Type + +Your **ROM** can have the following types: +- `fds` +- `nes` +- `unif` +- `unf` + +### BIOS + +You can find the **Famicon BIOS** by looking up the **MD5** checksum:
+`ca30b50f880eb660a320674ed365ef7a` From f67cc21efbe96f35e419e02ed8a0438db360c8da Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:21:46 -0400 Subject: [PATCH 10/24] Formatted N64 Doc --- docs/Nintendo 64.md | 50 ++++++++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/docs/Nintendo 64.md b/docs/Nintendo 64.md index b4df5b3..e5835e5 100644 --- a/docs/Nintendo 64.md +++ b/docs/Nintendo 64.md @@ -1,19 +1,35 @@ -

Nintendo 64

- -Code Example - -``` -
-
-
- - -``` -I do not know the file extension limits for this system. I know the `.z64` roms work. +# Nintendo 64 +I do not know the file extension limits for this system.
+I know the `.z64` roms work.
There is no bios for this system + +## Code Example + +```html +
+
+
+ + + + +``` + + From df2d3f6195c7ff2f1fb22bf370c5c93476de7dd2 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:23:09 -0400 Subject: [PATCH 11/24] Formatted NDS Doc --- docs/Nintendo DS.md | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/docs/Nintendo DS.md b/docs/Nintendo DS.md index 13679df..038d7c6 100644 --- a/docs/Nintendo DS.md +++ b/docs/Nintendo DS.md @@ -1,20 +1,34 @@ -

Nintendo DS

+# Nintendo DS -Code example -``` -
-
-
- - + + ``` -I do not know the file extension limits for this system. - -There is no bios for this system From c646c763d5147e83b1c31642ef864f97b4114a17 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:26:11 -0400 Subject: [PATCH 12/24] Formatted NGBA Doc --- docs/Nintendo Game Boy Advance.md | 62 ++++++++++++++++++++----------- 1 file changed, 41 insertions(+), 21 deletions(-) diff --git a/docs/Nintendo Game Boy Advance.md b/docs/Nintendo Game Boy Advance.md index 8ecd7e5..defc0dd 100644 --- a/docs/Nintendo Game Boy Advance.md +++ b/docs/Nintendo Game Boy Advance.md @@ -1,27 +1,47 @@ -

Nintendo Game Boy Advance

- -Code example - -``` -
-
-
- - -``` +# Nintendo Game Boy Advance I do not know the file extension limits for this system. -You can find the Game Boy Advance BIOS by looking up the md5 sum which is ` a860e8c0b6d573d191e4ec7db1b1e4f6` +## Code example -You can find the Game Boy BIOS by looking up the md5 sum which is ` 32fbbd84168d3482956eb3c5051637f5` +```html +
+
+
-You can find the Game Boy Color BIOS by looking up the md5 sum which is `dbfce9db9deaa2567f6a84fde55f9680` + + + +``` + +## BIOS + +You can search for the BIOS you need by utilizing the **MD5** checksum. + +| Type | MD5 Checksum | +|------|--------------| +| Game Boy Advance | `a860e8c0b6d573d191e4ec7db1b1e4f6` +| Game Boy | `32fbbd84168d3482956eb3c5051637f5` +| Game Boy Color | `dbfce9db9deaa2567f6a84fde55f9680` +| Super Game Boy | `d574d4f9c12f305074798f54c091a8b4` -You can find the Super Game Boy BIOS by looking up the md5 sum which is `d574d4f9c12f305074798f54c091a8b4` From 30b319731dfe4708cb79615b56901a621e68b7e7 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:27:49 -0400 Subject: [PATCH 13/24] Formatted NGB Doc --- docs/Nintendo Game Boy.md | 60 ++++++++++++++++++++++++++------------- 1 file changed, 41 insertions(+), 19 deletions(-) diff --git a/docs/Nintendo Game Boy.md b/docs/Nintendo Game Boy.md index 5d50a89..f99bc27 100644 --- a/docs/Nintendo Game Boy.md +++ b/docs/Nintendo Game Boy.md @@ -1,23 +1,45 @@ -

Nintendo Game Boy

- -Code example - -``` -
-
-
- - -``` +# Nintendo Game Boy I do not know the file extension limits for this system. -You can find the Game Boy BIOS by looking up the md5 sum which is `32fbbd84168d3482956eb3c5051637f5` +## Code example + +```html +
+
+
+ + + + +``` + +## BIOS + +You can search for the BIOS you need by utilizing the **MD5** checksum. + +| Type | MD5 Checksum | +|------|--------------| +| Game Boy | `32fbbd84168d3482956eb3c5051637f5` +| Game Boy Color | `dbfce9db9deaa2567f6a84fde55f9680` -You can find the Game Boy Color BIOS by looking up the md5 sum which is `dbfce9db9deaa2567f6a84fde55f9680` 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 14/24] 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` From 516b644641b401c60cd6f1a0f4fc2e36b153915c Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:31:27 -0400 Subject: [PATCH 15/24] Formatted SegaX Doc --- docs/Sega 32X.md | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/docs/Sega 32X.md b/docs/Sega 32X.md index a70b5f4..0aa0f4f 100644 --- a/docs/Sega 32X.md +++ b/docs/Sega 32X.md @@ -1,20 +1,35 @@ -

Sega 32X

+# Sega 32X -Code example +I do not know the file extension limits for this system.
+There is no bios for this system. + +## Code example + +```html +
+
+
+ + - + + ``` -I do not know the file extension limits for this system. -There is no bios for this system + From ac6a320f66c03e8a23467f6a6d94520600afcf40 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:34:37 -0400 Subject: [PATCH 16/24] Formatted SegaCD Doc --- docs/Sega CD.md | 57 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/docs/Sega CD.md b/docs/Sega CD.md index 1dc8b5f..1619be5 100644 --- a/docs/Sega CD.md +++ b/docs/Sega CD.md @@ -1,24 +1,43 @@ -

Sega CD

- -Code example - -``` -
-
-
- - -``` +# Sega CD I do not know the file extension limits for this system. -You can find the MegaCD EU BIOS by looking up the md5 sum which is `e66fa1dc5820d254611fdcdba0662372` +## Code example -You can find the SegaCD US BIOS by looking up the md5 sum which is `854b9150240a198070150e4566ae1290` +```html +
+
+
-You can find the MegaCD EU BIOS by looking up the md5 sum which is `278a9397d192149e84e820ac621a8edd` + + + +``` + +## BIOS + +You can search for the BIOS you need by utilizing the **MD5** checksum. + +| Type | MD5 Checksum | +|------|--------------| +| MegaCD EU | `e66fa1dc5820d254611fdcdba0662372` +| SegaCD US | `854b9150240a198070150e4566ae1290` +| MegaCD EU | `278a9397d192149e84e820ac621a8edd` + + From 569371c8f01dfb6c4b0e63ce9d2616ccbb391f6a Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:36:44 -0400 Subject: [PATCH 17/24] Formatted SGG Doc --- docs/Sega Game Gear.md | 47 ++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 16 deletions(-) diff --git a/docs/Sega Game Gear.md b/docs/Sega Game Gear.md index 2134e8a..be9eb4c 100644 --- a/docs/Sega Game Gear.md +++ b/docs/Sega Game Gear.md @@ -1,20 +1,35 @@ -

Sega Game Gear

- -Code example - -``` -
-
-
- - -``` +# Sega Game Gear I do not know the file extension limits for this system. +## Code example + +```html +
+
+
+ + + + +``` + +## BIOS + GameGear BIOS (bootrom) - Optional `672e104c3be3a238301aceffc3b23fd6` From a5bcea829aaad259abdb508c82cc8359bf05342d Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:40:44 -0400 Subject: [PATCH 18/24] Formatted SMS Doc --- docs/Sega Master System.md | 59 ++++++++++++++++++++++++++------------ 1 file changed, 40 insertions(+), 19 deletions(-) diff --git a/docs/Sega Master System.md b/docs/Sega Master System.md index 8236148..3c073a9 100644 --- a/docs/Sega Master System.md +++ b/docs/Sega Master System.md @@ -1,24 +1,45 @@ -

Sega Master System

- -Code example - -``` -
-
-
- - -``` +# Sega Master System I do not know the file extension limits for this system. -bios_E.sms : MasterSystem EU BIOS (bootrom) - Optional 840481177270d5642a14ca71ee72844c +## Code example -bios_U.sms : MasterSystem US BIOS (bootrom) - Optional 840481177270d5642a14ca71ee72844c +```html +
+
+
-bios_J.sms : MasterSystem JP BIOS (bootrom) - Optional 24a519c53f67b00640d0048ef7089105 + + + +``` + +## BIOS + +You can search for the BIOS you need by utilizing the **MD5** checksum. + +(bootrom) - Optional + +| Name | MD5 Checksum | Description | +|------|--------------|-------------| +| `bios_E.sms` | `840481177270d5642a14ca71ee72844c` | MasterSystem EU BIOS +| `bios_U.sms` | `840481177270d5642a14ca71ee72844c` | MasterSystem US BIOS +| `bios_J.sms` | `24a519c53f67b00640d0048ef7089105` | MasterSystem JP BIOS + + \ No newline at end of file From ffc444659ff537a855d0bdb3fbcebcf843963340 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:41:27 -0400 Subject: [PATCH 19/24] Formatted SMD Doc --- docs/Sega Mega Drive.md | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/docs/Sega Mega Drive.md b/docs/Sega Mega Drive.md index 776dc69..a2299ce 100644 --- a/docs/Sega Mega Drive.md +++ b/docs/Sega Mega Drive.md @@ -1,20 +1,32 @@ -

Sega Mega Drive

+# Sega Mega Drive -Code example +I do not know the file extension limits for this system.
+There is no bios for this system. + +## Code example + +```html +
+
+
+ + - + + ``` - -I do not know the file extension limits for this system. - -There is no bios for this system From f3093b4a513c3d6a3a1f762880f2832132c05f50 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:42:49 -0400 Subject: [PATCH 20/24] Formatted SS Doc --- docs/Sega Saturn.md | 52 ++++++++++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 17 deletions(-) diff --git a/docs/Sega Saturn.md b/docs/Sega Saturn.md index 12fc692..587ff61 100644 --- a/docs/Sega Saturn.md +++ b/docs/Sega Saturn.md @@ -1,21 +1,39 @@ -

Sega Saturn

- -Code example - -``` -
-
-
- - -``` +# Sega Saturn I do not know the file extension limits for this system. +## Code example + +```html +
+
+
+ + + + +``` + +## BIOS + Saturn BIOS - Optional `af5828fdff51384f99b3c4926be27762` From 42a5ee5d00b6faa2815fe4b844c8a422700fd04f Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:44:57 -0400 Subject: [PATCH 21/24] Formatted SNES Doc --- docs/SNES.md | 71 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 46 insertions(+), 25 deletions(-) diff --git a/docs/SNES.md b/docs/SNES.md index 2f02512..b5cd82a 100644 --- a/docs/SNES.md +++ b/docs/SNES.md @@ -1,31 +1,52 @@ -

SNES

+# SNES -Code Example +There is no bios for this system. + +## Code example + +```html +
+
+
+ + - -``` -Your rom MUST have one of the following extensions + // SNES Mouse + + EJS_mouse = false; + + // SNES Multitap + + EJS_multitap = false; + + // URL to Game rom + + EJS_gameUrl = ''; + + /* + * Path to the WASM / JS files + * HAS TO BE in the same directory. + */ + + EJS_pathtodata = 'data/'; + + + + ``` -.smc -.fig -.sfc -.gd3 -.gd7 -.dx2 -.bsx -.swc -``` -There is no bios for this system + +## ROM Type + +Your **ROM** can have the following types: +- `smc` +- `fig` +- `sfc` +- `gd3` +- `gd7` +- `dx2` +- `bsx` +- `swc` + From 04507044ee6efdca30fa5ed9a1c931310a59b762 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:46:04 -0400 Subject: [PATCH 22/24] Formatted TG Doc --- docs/TurboGrafs 16-PC Engine.md | 52 ++++++++++++++++++++++----------- 1 file changed, 35 insertions(+), 17 deletions(-) diff --git a/docs/TurboGrafs 16-PC Engine.md b/docs/TurboGrafs 16-PC Engine.md index bd20d99..a44ddfc 100644 --- a/docs/TurboGrafs 16-PC Engine.md +++ b/docs/TurboGrafs 16-PC Engine.md @@ -1,21 +1,39 @@ -

TurboGrafs-16 | PC Engine

- -Code example - -``` -
-
-
- - -``` +# TurboGrafs-16 | PC Engine I do not know the file extension limits for this system. +## Code example + +```html +
+
+
+ + + + +``` + +## BIOS + syscard3.pce Super CD-ROM2 System V3.xx - Required `38179df8f4ac870017db21ebcbf53114` From 41c68530cd67e3172421d20d1a2aab3b5de853c4 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:46:53 -0400 Subject: [PATCH 23/24] Formatted VB Doc --- docs/Virtual Boy.md | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/docs/Virtual Boy.md b/docs/Virtual Boy.md index 2dbf24e..faabbbb 100644 --- a/docs/Virtual Boy.md +++ b/docs/Virtual Boy.md @@ -1,20 +1,35 @@ -

Virtual Boy

+# Virtual Boy -Code example +I do not know the file extension limits for this system.
+There is no bios for this system. + +## Code example + +```html +
+
+
+ + - + + ``` -I do not know the file extension limits for this system. -There is no bios for this system + From e8d1657c34062cc4722ba050cac8c23083940dd4 Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:47:39 -0400 Subject: [PATCH 24/24] Formatted WSC Doc --- docs/WanderSwan-Color.md | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/docs/WanderSwan-Color.md b/docs/WanderSwan-Color.md index e31a905..abe6f33 100644 --- a/docs/WanderSwan-Color.md +++ b/docs/WanderSwan-Color.md @@ -1,20 +1,35 @@ -

Wanderswan | Color

+# Wanderswan | Color -Code example +I do not know the file extension limits for this system.
+There is no bios for this system. + +## Code example + +```html +
+
+
+ + - + + ``` -I do not know the file extension limits for this system. -There is no bios for this system +