commit 204da43ef0eeb8be1c0b00bcf061e72a30e5c7a4
parent d23b6b231f87d043d95d8f030a50b737ea79ff55
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date: Sat, 24 Feb 2024 17:27:59 -0300
Update README.md
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
# 6502 Emulator
-A very minimal 6502 emulator that can succesfully pass
+A very simple 6502 emulator that can succesfully pass
[6502_functional_test](https://github.com/Klaus2m5/6502_65C02_functional_tests).
## Resources used