6502

minimal 6502 emulator written in C
Index Commits Files Refs README LICENSE
commit 95f255fb7c262c3c2508c71a8bd8261577b9f525
parent 0b9e0e12ca72fa4997a213cd3d920a3747775569
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Fri, 27 Jan 2023 18:51:48 -0300

added license

Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -3,6 +3,7 @@
 A very minimal 6502 emulator that can succesfully pass [6502_functional_test](https://github.com/Klaus2m5/6502_65C02_functional_tests).
 
 ## Resources used
+
 - W65C02S datasheet (newer 6502):
     https://eater.net/datasheets/w65c02s.pdf
 - 6502 Instruction Set:
@@ -19,3 +20,7 @@ A very minimal 6502 emulator that can succesfully pass [6502_functional_test](ht
     https://www.youtube.com/watch?v=LnzuMJLZRdU
 - Obelisk webpage archive:
     https://web.archive.org/web/20210803072420/http://www.obelisk.me.uk/6502/
+
+## License
+
+[MIT](https://opensource.org/licenses/MIT)