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:
parent
577277cd2b
commit
1a2cb1cb74
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue