mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-25 04:21:53 +01:00
adjusting min/max sizes for some mappers
adjusting min/max sizes for some mappers, this is required to dump some recent carts: Lucky Penguin is 64k mapper 2 Project Blue is 512k mapper 34
This commit is contained in:
parent
8dcb841109
commit
4cf2f761ee
@ -32,7 +32,7 @@
|
|||||||
static const byte PROGMEM mapsize[] = {
|
static const byte PROGMEM mapsize[] = {
|
||||||
0, 0, 1, 0, 1, 0, 2, // nrom [sram r/w]
|
0, 0, 1, 0, 1, 0, 2, // nrom [sram r/w]
|
||||||
1, 1, 5, 0, 5, 0, 3, // mmc1 [sram r/w]
|
1, 1, 5, 0, 5, 0, 3, // mmc1 [sram r/w]
|
||||||
2, 3, 4, 0, 0, 0, 0, // uxrom
|
2, 2, 4, 0, 0, 0, 0, // uxrom
|
||||||
3, 0, 1, 0, 3, 0, 0, // cnrom
|
3, 0, 1, 0, 3, 0, 0, // cnrom
|
||||||
4, 1, 5, 0, 6, 0, 1, // mmc3/mmc6 [sram/prgram r/w]
|
4, 1, 5, 0, 6, 0, 1, // mmc3/mmc6 [sram/prgram r/w]
|
||||||
5, 3, 5, 5, 7, 0, 3, // mmc5 [sram r/w]
|
5, 3, 5, 5, 7, 0, 3, // mmc5 [sram r/w]
|
||||||
@ -54,7 +54,7 @@ static const byte PROGMEM mapsize[] = {
|
|||||||
30, 4, 5, 0, 0, 0, 0, // unrom 512 (NESmaker) [UNLICENSED]
|
30, 4, 5, 0, 0, 0, 0, // unrom 512 (NESmaker) [UNLICENSED]
|
||||||
32, 3, 4, 5, 5, 0, 0, // irem g-101
|
32, 3, 4, 5, 5, 0, 0, // irem g-101
|
||||||
33, 3, 4, 5, 6, 0, 0, // taito tc0190
|
33, 3, 4, 5, 6, 0, 0, // taito tc0190
|
||||||
34, 3, 3, 0, 0, 0, 0, // bnrom [nina-1 NOT SUPPORTED]
|
34, 3, 5, 0, 0, 0, 0, // bnrom [nina-1 NOT SUPPORTED]
|
||||||
36, 0, 3, 1, 5, 0, 0, // TXC 01-22000-400 Board [UNLICENSED]
|
36, 0, 3, 1, 5, 0, 0, // TXC 01-22000-400 Board [UNLICENSED]
|
||||||
37, 4, 4, 6, 6, 0, 0, // (super mario bros + tetris + world cup)
|
37, 4, 4, 6, 6, 0, 0, // (super mario bros + tetris + world cup)
|
||||||
45, 3, 6, 0, 8, 0, 0, // ga23c asic multicart [UNLICENSED]
|
45, 3, 6, 0, 8, 0, 0, // ga23c asic multicart [UNLICENSED]
|
||||||
|
Loading…
Reference in New Issue
Block a user