diff --git a/docs/3DO.md b/docs/3DO.md index dbb6938..0a16edd 100644 --- a/docs/3DO.md +++ b/docs/3DO.md @@ -1,47 +1,56 @@ -

3DO

+# 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` 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` diff --git a/docs/Atari 2600.md b/docs/Atari 2600.md index 4679a64..fea3feb 100644 --- a/docs/Atari 2600.md +++ b/docs/Atari 2600.md @@ -1,20 +1,35 @@ -

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 + diff --git a/docs/Atari 7800.md b/docs/Atari 7800.md index 9a65357..16b28e7 100644 --- a/docs/Atari 7800.md +++ b/docs/Atari 7800.md @@ -1,20 +1,33 @@ -

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 diff --git a/docs/Atari Jaguar.md b/docs/Atari Jaguar.md index 3154047..0a9a748 100644 --- a/docs/Atari Jaguar.md +++ b/docs/Atari Jaguar.md @@ -1,20 +1,37 @@ -

Atari Jaguar

+# Atari Jaguar -Code example -``` -
-
-
- - + + ``` -I do not know the file extension limits for this system. -There is no bios for this system + diff --git a/docs/Atari Lynx.md b/docs/Atari Lynx.md index 7d5abb9..5f4f50f 100644 --- a/docs/Atari Lynx.md +++ b/docs/Atari Lynx.md @@ -1,20 +1,32 @@ -

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 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 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` 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 + 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 +
+
+
+ + + + +``` + + 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 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` 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` 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` 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` + 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 + 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` + + 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` 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 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 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` 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` 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 + 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 +