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 +