Correct iNES IDs for UxROM/CNROM

This fixes dumping the one UNROM cartridge (Jordan Vs. Bird) to which
 I have access. I do not have access to any CNROM carts to test.
This commit is contained in:
Peter Piwowarski 2019-04-11 12:54:15 -04:00
parent 577277cd2b
commit 1a2cb1cb74
1 changed files with 2 additions and 2 deletions

View File

@ -152,8 +152,8 @@
//operand MSB mapper
#define NROM 0
#define MMC1 1
#define CNROM 2
#define UxROM 3
#define UxROM 2
#define CNROM 3
#define MMC3 4
#define MMC5 5
#define AxROM 7