mirror of
https://github.com/fadden/6502bench.git
synced 2025-02-08 20:30:47 +00:00
The current AddressMap is now passed into the plugin manager, which wraps it in an AddressTranslate object and passes that to the plugins at Prepare() time. This allows plugins to convert addresses to offsets, making it possible to format complex structures. This breaks existing plugins.