1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-14 05:28:55 +00:00
6502bench/SourceGen/Sandbox
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
..
DomainManager.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
PluginDllCache.cs Recompile extension scripts when dependencies are updated 2019-10-05 21:27:34 -07:00
ScriptManager.cs Make address translation available to extension scripts 2019-10-06 18:13:39 -07:00
Sponsor.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00