1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-08-05 09:25:39 +00:00

Fix tutorial

The scripts for tutorial #4 were suffering from bit rot.

Did some word-smithing on the tutorials.
This commit is contained in:
Andy McFadden
2020-01-27 13:23:05 -08:00
parent 589ff9bb36
commit f51b583d3b
3 changed files with 49 additions and 31 deletions

View File

@@ -33,6 +33,11 @@ namespace ExtensionScriptSample {
AppDomain.CurrentDomain.Id + "): prepare()");
}
public void Unprepare() {
mAppRef = null;
mFileData = null;
}
public void UpdateSymbolList(List<PlSymbol> plSyms) {
// reset this every time, in case they remove the symbol
mInlineL1StringAddr = -1;

View File

@@ -33,6 +33,11 @@ namespace ExtensionScriptSample {
AppDomain.CurrentDomain.Id + "): prepare()");
}
public void Unprepare() {
mAppRef = null;
mFileData = null;
}
public void UpdateSymbolList(List<PlSymbol> plSyms) {
mNullStringAddrs.Clear();