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.
-
-
For example, the sun4 driver: The main address map simply maps in a single handler across the entire address space which bounces all CPU accesses through an MMU handler, then the *actual* hardware handlers are mapped into an address_map_bank_device.
-
Sure, I wasn't expecting a general solution. And even for simpler cases, bank switching throws a wrench in things if you try to represent things to the disassembler with a flat address map. I was just hoping to automate the simple, mechanical task I was already doing.
- 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.