Can't dump Alwa's Awakening - 512kb ROM #437
Replies: 6 comments
-
|
In line 34 of NES.ino you find the following line that defines the mapper 2: The numbers correspond to the following settings in the same order: mapper, prglo, prghi, chrlo, chrhi, ramlo, ramhi. Mapper is the number of the mapper. And the -lo, -hi values define the selectable range of sizes according to these arrays: So in case of mapper 2 currently it allows a prg size between 128(3rd entry in the array, counting starts at zero) and 256(4th entry in the array, counting starts at zero again). So to enable 512K as selection you need to change the line to: However it might be that this cartridge needs even more changes in the code to be dumped. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks i'll give it a try. Danke dir Sanni <3 |
Beta Was this translation helpful? Give feedback.
-
|
Here it is mentioned that this game unlike OG NES carts starts its PRG-RAM at 0x6000 so you might have to change the base from 0x8000 to 0x6000 too. cartreader/Cart_Reader/NES.ino Line 2325 in 02a7b42 I'm not sure if these lines need to be changed too: cartreader/Cart_Reader/NES.ino Line 2361 in 02a7b42 cartreader/Cart_Reader/NES.ino Line 2362 in 02a7b42 |
Beta Was this translation helpful? Give feedback.
-
|
The Reader is giving me: CHR SIZE: 0k RAM SIZE: 0k |
Beta Was this translation helpful? Give feedback.
-
|
Changing the lines did not help. NT Mini Noir/ED 8 Pro -> "Unknown ROM format" |
Beta Was this translation helpful? Give feedback.
-
|
The creators of the game will send me the ROM-file. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As the title says. I can't dump the Game Alwa's Awakening. I set the correct mapper (002) but i can't choose rom size higher than 256kb.
Beta Was this translation helpful? Give feedback.
All reactions