Added server support for running uncompiled machines
This commit is contained in:
parent
7b160f296b
commit
c5d9b7dfcc
22 changed files with 2939 additions and 2753 deletions
|
|
@ -967,13 +967,13 @@ MarkOut.prototype.convertMDMachineLinks = function(sBlock)
|
|||
cMatches++;
|
||||
|
||||
this.addMachine({
|
||||
'class': sMachineClass,
|
||||
'class': sMachineClass, // eg, a machine class, such as "pc" or "c1p"
|
||||
'func': sMachineFunc,
|
||||
'id': sMachineID,
|
||||
'xml': sMachineXMLFile,
|
||||
'xsl': sMachineXSLFile,
|
||||
'version': sMachineVersion,
|
||||
'debugger': fDebugger,
|
||||
'version': sMachineVersion, // eg, "1.10", "*" to select the current version, or "uncompiled"; "*" is the default
|
||||
'debugger': fDebugger, // eg, true or false; false is the default
|
||||
'state': sMachineState}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue