Merge branch 'unromcnrom' into 'master'
Correct iNES IDs for UxROM/CNROM See merge request InfiniteNesLives/INL-retro-progdump!24
This commit is contained in:
commit
55e7aca6ae
|
|
@ -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