From cfa3a95688f025a0c8ad722a55f41629a561a630 Mon Sep 17 00:00:00 2001 From: ArthurFerreira2 Date: Sat, 9 Mar 2019 18:59:06 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5dfa436..074b635 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # reinette -A simple apple 1 emulator +A simple Apple 1 emulator 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 +Can aslo run Vince Briel's Replica 1 ROM which includes Krusader and Apple 1 Basic. +Just convert the binary dump into a C array as it has been done with Apple 1 ROM in woz.h Passes the Klaus Test Suite (https://github.com/Klaus2m5/6502_65C02_functional_tests)