From ecb16061ebdc48ab6f4910abbff1a79b072d0a12 Mon Sep 17 00:00:00 2001 From: ArthurFerreira2 Date: Sun, 9 Aug 2020 12:44:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 883aace..189551f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # puce6502 This is a simple and readable emulation of the MOS 6502 CPU\ -It implements all original MOS6502 instructions, passes the [Klaus Test Suite](https://github.com/Klaus2m5/6502_65C02_functional_tests) and is cycle accurate excepted for : +It implements all original instructions, passes the [Klaus Test Suite](https://github.com/Klaus2m5/6502_65C02_functional_tests) and is cycle accurate excepted for : *Absolute-X, absolute-Y, and Zero page-Y addressing modes which need an extra cycle if indexing crosses a page boundary, or if the instruction writes to memory.*