From abc3c74497b6a5dff4f719299af4dd98e3bbf223 Mon Sep 17 00:00:00 2001 From: Kautenja Date: Fri, 4 Jan 2019 16:32:58 -0600 Subject: [PATCH] update mappers --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de2ea05..200ee6e 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,10 @@ There you will find instructions for: nes-py implements several common mappers, which should be enough for a good percentage of the games: -0. NROM (Mapper 000) -1. MMC1 / SxROM (Mapper 001) -2. UxROM (Mapper 002) -3. CNROM (Mapper 003) +0. NROM +1. MMC1 / SxROM +2. UxROM +3. CNROM You can check the compatibility for each ROM in the following [list](https://github.com/Kautenja/nes-py/blob/master/nesmapper.txt)