Are there any tools to convert MAME ROMs (I care about 68000-based systems specifically) to a more reasonable ELF-like format? The ROM files correspond 1:1 to chip dumps, so they're often bit interleaved and things like that, and you also don't know their address space mapping.
I'm probably still misunderstanding the question. Can you clarify "walk the memory map"? You mean the address map in a given MAME driver?
-
-
Yes. This is for disassembling and analyzing a game ROM set. Right now I was just loading it in the MAME debugger, eyeballing the address map from the driver code, dumping the relevant ranges, and passing them to the disassembler with manually specified base addresses.
-
That sounds like your best bet, that or writing a Lua or Python script to analyze the code for a specific driver. Any general-purpose solution would be rife with exceptions.
- Näytä vastaukset
Uusi keskustelu -
Lataaminen näyttää kestävän hetken.
Twitter saattaa olla ruuhkautunut tai ongelma on muuten hetkellinen. Yritä uudelleen tai käy Twitterin tilasivulla saadaksesi lisätietoja.