diff --git a/.gitignore b/.gitignore index 45d20f5..9ebf930 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.xdc -.nes -.DS_Store \ No newline at end of file +*.nes +*.swp +.DS_Store diff --git a/index.html b/index.html index a415169..5bb9ad6 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,14 @@ - - - - - NES Emulator - - - - - - -
- -
-

DPad: Arrow keys
Start: Return, Select: Tab
A Button: A, B Button: S

- - - - + +

DPad: Arrow keys
Start: Return, Select: Tab
A Button: A, B Button: S

+ - --> \ No newline at end of file diff --git a/jsnes.js b/jsnes.min.js similarity index 100% rename from jsnes.js rename to jsnes.min.js