summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE7
-rw-r--r--README6
2 files changed, 13 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..37fd3c8
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,7 @@
1ISC License
2
3Copyright (c) 2024 by Vineet Kumar
4
5Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
6
7THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file
diff --git a/README b/README
new file mode 100644
index 0000000..c8879a8
--- /dev/null
+++ b/README
@@ -0,0 +1,6 @@
1emu_nes
2=======
3A Nintendo Entertainment System (NES) emulator written for the purpose of
4understanding how the NES and similar 8-bit computers of that era worked.
5
6Makes heavy use of https://www.nesdev.org/.