6502

minimal 6502 emulator written in C
Index Commits Files Refs README LICENSE
commit bdec70923a35da2f5e206a2a71872ab2ac2de3d3
parent 0bce25d6f820386faa044434051105f2ff92c701
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Sat, 23 Jul 2022 19:55:12 -0300

Updated README file

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
 # 6502 Emulator
 
-WARNING: not all the CPU instructions are implemented yet (too minimal lol)
+A very minimal 6502 emulator that can succesfully pass all of the [6502_functional_test](https://github.com/Klaus2m5/6502_65C02_functional_tests) tests.
 
 ## Resources used
 - W65C02S datasheet (newer 6502): <br>