From 78b0ca06b66d8e16ce9a397dc4f28188c66e8e8d Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sun, 5 Jan 2020 15:15:49 +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 81c63d4..abd0bd5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Just another implementation of a NES emulator written in Rust. -**A note of warning:** This is an exploratory coding project with the aim to understand concepts of assembler and emulation in general. If you are looking for a cycle-accurate ready-to-use NES emulator to play some games, this is the wrong one. +**A note of warning:** This is an exploratory coding project with the aim to explore concepts of assembler and emulation. If you are looking for a cycle-accurate ready-to-use NES emulator to play your favorite childhood games, use another emulator. Usage: ``` bash @@ -14,13 +14,13 @@ Usage: Make sure to compile with `--release` for 60 fps. -## what works +### what works * CPU * Reading Roms (iNES) * Memory mapping and RAM * A very simplistic debugger -## what does not work +### what does not work * GPU / graphics * APU / sound * Controllers