nesrocks wrote:
I'm not sure if it's still not properly dumped or an emulator bug, but I'm super interested in this and I had no idea he had dumped it. I promptly went to test it on emulators and the page changing on the games list bugs on the last page and the second to last page. Try moving the cursor from below and from above. Different bugs but neither works. Also, can't start games from #105-#110. Using nestopia 1.40.
As mentioned in this thread. There is a RAM chip missing from the board. Nestopia does not add this to its emulation. This makes it more accurate to the actual (known) cart. Adding support for the RAM chip depends on whether you want it to work as intended or as implemented, at least until a cart with the RAM populated is found. I'm not sure if that's an intentional choice for Nestopia or not or if they recognized it was designed to have a missing 74670. If you want wrapping to work, you'll need to build your own. The hacks/cheats used in the high numbered games will also not work as expected, as the value used there is also written to the missing RAM chip. The code I posted works with FCEUX (I just threw it into the existing Supervision cpp file for convenience), and just needs the 255 Mapper uncommented: the first one without RAM support; the second with. Adding it to Nestopia would be pretty straightforward.