From a0a17b849bb5977a24ab1d30c16430834ee3f222 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sat, 18 Nov 2017 20:18:07 -0500 Subject: change the goal --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 461f156..76d2dc7 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ RuNES As we know, there have been a ton of NES emulator implementations in various kinds of languages (mostly C). All of these emulators come with different accuracy and portability. RuNES is an attempt to build a reasonably -accurate (instruction level accurate), light-weight and efficient emulation +accurate (cycle-level accurate), light-weight and efficient emulation core library using Rust. Unlike sprocketnes_ or pinky_, RuNES strives to provide with a clean and minimal core library without standard library (i.e., without Box, Rc, Vectors, etc.) that could be compiled and easily ported to @@ -23,7 +23,7 @@ Feature - Support standard 6502 instruction set (unofficial instruction will be considered in the future). -- Instruction-level accuracy with accurate CPU/PPU timing. +- Cycle-level accuracy. Guidelines ========== -- cgit v1.2.3