diff --git a/README.md b/README.md index 9877772..7bc5b01 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,220 @@ -# emulatorjs +

emulatorjs

+ A javascript emulator for nes, snes, and more! + +

Where did I get this?

+

So I found this website called emulatorjs and I went into inspect and downloaded the resources. I removed the ad server, and made everything work within your own domain.

+ +

IF YOU WOULD LIKE ANOTHER SYSTEM

+

Check if the system is on emulatorjs.com. If it is then open an issue asking for the system you would like to emulate.

+ +

HOW TO

+ +Download this repository (Code > Download as zip) then Extract the contents + +

MUST HOST ON WEB SERVER!! (I use Web Server for Chrome but you are welcome to use what you like)

+ +All of the paths are relative, all files MUST stay where they are + +The html that has the emulator embedded in it MUST be in the same directory as all of the files. + +If you have questions, ask me and I will clarify (use the issues tab) + +Just so you know - You DO NOT NEED the bios for most games / systems, even if it is listed. + +

Supported systems!

+

NES / Famicom

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

+

SNES

+ +Code Example + +``` +
+
+
+ + +``` +Your rom MUST have one of the following extensions + +``` +.smc +.fig +.sfc +.gd3 +.gd7 +.dx2 +.bsx +.swc +``` +There is no bios for this system +

+

Nintendo 64

+ +Code Example + +``` +
+
+
+ + +``` +I do not know the file extension limits for this system. I know the `.z64` roms work. + +There is no bios for this system +

+

Nintendo Game Boy

+ +Code example + +``` +
+
+
+ + +``` + +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` +You can find the Game Boy Color BIOS by looking up the md5 sum which is `dbfce9db9deaa2567f6a84fde55f9680` +

+

Nintendo Game Boy Advance

+ +Code example + +``` +
+
+
+ + +``` + +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` +You can find the Game Boy BIOS by looking up the md5 sum which is ` 32fbbd84168d3482956eb3c5051637f5` +You can find the Game Boy Color BIOS by looking up the md5 sum which is `dbfce9db9deaa2567f6a84fde55f9680` +You can find the Super Game Boy BIOS by looking up the md5 sum which is `d574d4f9c12f305074798f54c091a8b4` +

+

Nintendo DS

+ +Code example + +``` +
+
+
+ + +``` + +I do not know the file extension limits for this system. + +There is no bios for this system +

+

PlayStation

+ +Code example + +``` +
+
+
+ + +``` +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` +You can find the PlayStation 1 EU BIOS by looking up the md5 sum which is `32736f17079d0b2b7024407c39bd3050` +

+

Virtual Boy

+ +Code example + +``` +
+
+
+ + +``` + +I do not know the file extension limits for this system. + +There is no bios for this system