From 7166134efa39c96a6ed28e3f38a5cc14ec568f7c Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sun, 5 Jan 2020 13:47:02 +0100 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18d0175..a3318ff 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,18 @@ Just another implementation of a NES emulator written in Rust. -This is an exploratory coding project with the aim to understand concepts of assembler emulation. If you are looking for a cycle-accurate ready-to-use NES emulator, you should probably not use this one. +**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. + +## what works +* CPU +* Reading Roms (iNES) +* Memory mapping and RAM +* A very simplistic debugger + +## what does not work +* GPU / graphics +* APU / sound +* Controllers +* a lot of mappers +* game saves +* everything else