From c2e7b00ab09feb4a49a7baebad58fcf243f5f450 Mon Sep 17 00:00:00 2001 From: spieglt Date: Mon, 20 Jan 2020 18:32:54 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 332bac7..0a1bd59 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Nestur is an NES emulator and a work in progress. There are likely still several - NTSC timing - may only implement mappers 0-4 as these cover ~85% of games according to http://tuxnes.sourceforge.net/nesmapper.txt - + ## Controls: ``` @@ -38,7 +38,7 @@ The code aims to follow the explanations from the [NES dev wiki](https://wiki.ne ## To do: -- Find any bugs with mappers 0-4 and improve mapper 5 (MMC3) +- Find any bugs with mappers 0-3 and improve mapper 4 (MMC3) - DMC audio channel, high- and low-pass filters