From 5fcf579ad42a4fce332bbc04bb4ea364e0034c70 Mon Sep 17 00:00:00 2001 From: vin Date: Mon, 20 May 2024 18:51:56 +0530 Subject: [PATCH] initial commit --- LICENSE | 7 +++++++ README | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 LICENSE create mode 100644 README diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..37fd3c8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +ISC License + +Copyright (c) 2024 by Vineet Kumar + +Permission 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. + +THE 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 @@ +emu_nes +======= +A Nintendo Entertainment System (NES) emulator written for the purpose of +understanding how the NES and similar 8-bit computers of that era worked. + +Makes heavy use of https://www.nesdev.org/.