1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-04 16:30:01 +00:00
6502bench/PluginCommon
Andy McFadden 836626bdc3 Work in progress on visualization
Basic infrastructure for taking a list of parameters from a plugin
and turning it into a collection of UI controls, merging in values
from a Visualization object.  Doesn't yet do anything useful.

WPF makes the hard things easy and the easy things hard.  This was
a hard thing, so it was easy to do (with some helpful sample code).
Yay WPF?
2019-11-25 14:27:38 -08:00
..
AddressTranslate.cs Make address translation available to extension scripts 2019-10-06 18:13:39 -07:00
Interfaces.cs Work in progress on visualization 2019-11-25 14:27:38 -08:00
PlSymbol.cs Optionally treat BRKs as two-byte instructions 2019-10-09 14:55:56 -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 Invoke extension scripts when labels they care about change 2019-10-13 18:32:53 -07:00
Util.cs Optionally treat BRKs as two-byte instructions 2019-10-09 14:55:56 -07:00