1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-29 10:50:28 +00:00
6502bench/PluginCommon
Andy McFadden 245e0bd9f3 Make address translation available to extension scripts
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.
2019-10-06 18:13:39 -07:00
..
AddressTranslate.cs Make address translation available to extension scripts 2019-10-06 18:13:39 -07:00
Interfaces.cs Make address translation available to extension scripts 2019-10-06 18:13:39 -07:00
PlSymbol.cs Expand set of symbols available to plugins 2019-10-04 16:57:57 -07:00
PluginCommon.csproj Initial file commit 2018-09-28 10:05:11 -07:00
PluginException.cs Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
PluginManager.cs Make address translation available to extension scripts 2019-10-06 18:13:39 -07:00
Util.cs Initial file commit 2018-09-28 10:05:11 -07:00