Renamed PDP11js to PDPjs (mostly a cosmetic change, except for the versions directory, and less of a mouthful)
This commit is contained in:
parent
321f089f76
commit
21b4fe4942
35 changed files with 418 additions and 3395 deletions
|
|
@ -592,7 +592,7 @@ function embedPC8080(idMachine, sXMLFile, sXSLFile, sParms)
|
|||
function embedPDP11(idMachine, sXMLFile, sXSLFile, sParms)
|
||||
{
|
||||
if (fAsync) web.enablePageEvents(false);
|
||||
return embedMachine("PDP11js", "pdp11", APPVERSION, idMachine, sXMLFile, sXSLFile, sParms);
|
||||
return embedMachine("PDPjs", "pdp11", APPVERSION, idMachine, sXMLFile, sXSLFile, sParms);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -608,7 +608,7 @@ if (APPNAME == "PCx86") {
|
|||
if (APPNAME == "PC8080") {
|
||||
window['embedPC8080'] = embedPC8080;
|
||||
}
|
||||
if (APPNAME == "PDP11js") {
|
||||
if (APPNAME == "PDPjs") {
|
||||
window['embedPDP11'] = embedPDP11;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue