Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Synced with a minor change in the gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Jun 29, 2017
1 parent 4f84b40 commit e3dc708
Show file tree
Hide file tree
Showing 28 changed files with 858 additions and 858 deletions.
164 changes: 82 additions & 82 deletions docs/pcx86/examples/pcx86-dbg.js

Large diffs are not rendered by default.

226 changes: 113 additions & 113 deletions docs/pcx86/examples/pcx86.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions modules/shared/lib/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ class Component {
* @return {boolean}
*/
this.notice = function noticeControl(s, fPrintOnly, id) {
this.println(s, this.idComponent);
this.println(s, this.type);
return true;
};
/*
Expand Down Expand Up @@ -1103,7 +1103,7 @@ class Component {
/**
* status(s)
*
* status() is like println() but it also includes information about the component (ie, the component ID),
* status() is like println() but it also includes information about the component (ie, the component type),
* which is why there is no corresponding Component.status() function.
*
* @param {string} s is the message text
Expand Down
170 changes: 85 additions & 85 deletions versions/c1pjs/1.35.2/c1p-dbg.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions versions/c1pjs/1.35.2/c1p-dbg.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions versions/c1pjs/1.35.2/c1p-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -3090,7 +3090,7 @@ class Component {
* @return {boolean}
*/
this.notice = function noticeControl(s, fPrintOnly, id) {
this.println(s, this.idComponent);
this.println(s, this.type);
return true;
};
/*
Expand Down Expand Up @@ -3234,7 +3234,7 @@ class Component {
/**
* status(s)
*
* status() is like println() but it also includes information about the component (ie, the component ID),
* status() is like println() but it also includes information about the component (ie, the component type),
* which is why there is no corresponding Component.status() function.
*
* @param {string} s is the message text
Expand Down
148 changes: 74 additions & 74 deletions versions/c1pjs/1.35.2/c1p.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions versions/c1pjs/1.35.2/c1p.map

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions versions/pc8080/1.35.2/pc8080-dbg.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/pc8080/1.35.2/pc8080-dbg.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions versions/pc8080/1.35.2/pc8080-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -3380,7 +3380,7 @@ class Component {
* @return {boolean}
*/
this.notice = function noticeControl(s, fPrintOnly, id) {
this.println(s, this.idComponent);
this.println(s, this.type);
return true;
};
/*
Expand Down Expand Up @@ -3524,7 +3524,7 @@ class Component {
/**
* status(s)
*
* status() is like println() but it also includes information about the component (ie, the component ID),
* status() is like println() but it also includes information about the component (ie, the component type),
* which is why there is no corresponding Component.status() function.
*
* @param {string} s is the message text
Expand Down
74 changes: 37 additions & 37 deletions versions/pc8080/1.35.2/pc8080.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/pc8080/1.35.2/pc8080.map

Large diffs are not rendered by default.

164 changes: 82 additions & 82 deletions versions/pcx86/1.35.2/pcx86-dbg.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/pcx86/1.35.2/pcx86-dbg.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions versions/pcx86/1.35.2/pcx86-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -3608,7 +3608,7 @@ class Component {
* @return {boolean}
*/
this.notice = function noticeControl(s, fPrintOnly, id) {
this.println(s, this.idComponent);
this.println(s, this.type);
return true;
};
/*
Expand Down Expand Up @@ -3752,7 +3752,7 @@ class Component {
/**
* status(s)
*
* status() is like println() but it also includes information about the component (ie, the component ID),
* status() is like println() but it also includes information about the component (ie, the component type),
* which is why there is no corresponding Component.status() function.
*
* @param {string} s is the message text
Expand Down
226 changes: 113 additions & 113 deletions versions/pcx86/1.35.2/pcx86.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/pcx86/1.35.2/pcx86.map

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions versions/pdpjs/1.35.2/pdp10-dbg.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/pdpjs/1.35.2/pdp10-dbg.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions versions/pdpjs/1.35.2/pdp10-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -3380,7 +3380,7 @@ class Component {
* @return {boolean}
*/
this.notice = function noticeControl(s, fPrintOnly, id) {
this.println(s, this.idComponent);
this.println(s, this.type);
return true;
};
/*
Expand Down Expand Up @@ -3524,7 +3524,7 @@ class Component {
/**
* status(s)
*
* status() is like println() but it also includes information about the component (ie, the component ID),
* status() is like println() but it also includes information about the component (ie, the component type),
* which is why there is no corresponding Component.status() function.
*
* @param {string} s is the message text
Expand Down
52 changes: 26 additions & 26 deletions versions/pdpjs/1.35.2/pdp10.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/pdpjs/1.35.2/pdp10.map

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions versions/pdpjs/1.35.2/pdp11-dbg.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/pdpjs/1.35.2/pdp11-dbg.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions versions/pdpjs/1.35.2/pdp11-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -3608,7 +3608,7 @@ class Component {
* @return {boolean}
*/
this.notice = function noticeControl(s, fPrintOnly, id) {
this.println(s, this.idComponent);
this.println(s, this.type);
return true;
};
/*
Expand Down Expand Up @@ -3752,7 +3752,7 @@ class Component {
/**
* status(s)
*
* status() is like println() but it also includes information about the component (ie, the component ID),
* status() is like println() but it also includes information about the component (ie, the component type),
* which is why there is no corresponding Component.status() function.
*
* @param {string} s is the message text
Expand Down
136 changes: 68 additions & 68 deletions versions/pdpjs/1.35.2/pdp11.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/pdpjs/1.35.2/pdp11.map

Large diffs are not rendered by default.

0 comments on commit e3dc708

Please sign in to comment.