From 5dd07248987c73c0a1ec26ba51be949dd5a739f1 Mon Sep 17 00:00:00 2001 From: ArthurFerreira2 Date: Fri, 8 Mar 2019 22:46:35 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 824657e..5dfa436 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ Implements a 6502 emulator, basic I/O and runs the Woz monitor. Can aslo run Vince Briel Replica 1 ROM which includes Krusader and Apple 1 Basic. Just convert the binary dump into a C array as done in woz.h -passes the Klaus Test Suite (https://github.com/Klaus2m5/6502_65C02_functional_tests) +Passes the Klaus Test Suite (https://github.com/Klaus2m5/6502_65C02_functional_tests) Have fun !