Closed LeviLovie closed 1 week ago
You are using the tool right (beside the sudo - that should never be needed for this tool) but it lacks support for any mapper beside NROM. I will add a warning to the output if the ROM uses any other mapper.
I started the work for adding multi bank support so please check back in the future for an update that should make it work with Zelda (which uses MMC1)!
Thanks for the reply, I'll wait for the next release :)
The crash has been fixed in the latest version, multi bank support is still WIP and tracked in #6
I have tried to Disassemble The Legend of Zelda 1. And got an
panic: runtime error: integer divide by zero
errorI had download v0.2.1 release source code and compile it and ran it for the .nes file:
sudo ./nesgodisasm/nesgodisasm -a ca65 -o tloz.asm tloz.nes
And got this output:I use this application for the first time, and maybe didn't understand how to use that.