1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-14 05:28:55 +00:00
6502bench/PluginCommon
Andy McFadden a0735826fb Add VisParamDescr default value type check
The VisParamDescrs specify a type and a default value.  If the value
has the wrong type, things would blow up in the editor.  We now
check the type at plugin load time, and refuse to load the plugin at
all if an entry has a bad type.
2020-01-21 11:02:36 -08:00
..
AddressTranslate.cs
Interfaces.cs Add VisParamDescr default value type check 2020-01-21 11:02:36 -08:00
PlSymbol.cs
PluginCommon.csproj
PluginException.cs
PluginManager.cs Add VisParamDescr default value type check 2020-01-21 11:02:36 -08:00
Util.cs Improve visualization 2019-12-04 15:59:37 -08:00
VisBitmap8.cs Various minor tweaks 2019-12-07 11:42:26 -08:00