Added VGA tests directory
This commit is contained in:
parent
4e5297f69a
commit
4d98db494d
5 changed files with 61 additions and 3 deletions
|
|
@ -1162,7 +1162,7 @@ DiskDump.prototype.addManifestInfo = function(fileInfo)
|
|||
this.aManifestInfo.push(fileInfo);
|
||||
};
|
||||
|
||||
DiskDump.asTextFileExts = [".MD", ".ME", ".BAS", ".TXT", ".XML"];
|
||||
DiskDump.asTextFileExts = [".MD", ".ME", ".ASM", ".BAS", ".TXT", ".XML"];
|
||||
|
||||
/**
|
||||
* isTextFile(sFileName)
|
||||
|
|
|
|||
Loading…
Reference in a new issue