From b1585d8e36067d70edd62a611f5b72ea0a43bd5c Mon Sep 17 00:00:00 2001 From: ArthurFerreira2 Date: Sat, 2 Apr 2022 00:22:36 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66563a7..2142521 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ runs at ~1Ghz on a modern computer powers reinette IIe : https://github.com/ArthurFerreira2/reinetteIIe ### tests -I left the test and timing routines I used during developpement +I left the test and timing routines I used during developpement you can use them to verify accuracy : -Theses tests require `6502_functional_test.bin` and `65C02_extended_opcodes_test.bin` which you can get from https://github.com/Klaus2m5/6502_65C02_functional_tests +Theses tests require `6502_functional_test.bin` and `65C02_extended_opcodes_test.bin` which you can get from https://github.com/Klaus2m5/6502_65C02_functional_tests and `timingtest-1.bin` I got from BigEd at http://forum.6502.org/viewtopic.php?f=8&t=3340 ### compile and run :