Re-enabled source maps, at least for the PDP-11 emulators (for now)

This commit is contained in:
Jeff Parsons 2016-10-14 09:30:17 -07:00 committed by Jeff Parsons
commit b1f8fca2d9
140 changed files with 916 additions and 8111 deletions

View file

@ -198,8 +198,12 @@ module.exports = function(grunt) {
options: { options: {
banner: '"use strict";\n\n', banner: '"use strict";\n\n',
process: function(src, filepath) { process: function(src, filepath) {
return "// " + filepath + "\n\n" + return "/**\n * @copyright " + filepath.replace(/^\./, "http://pcjs.org") + " (C) Jeff Parsons 2012-2016\n */\n\n" +
src.replace(/(^|\n)[ \t]*(['"])use strict\2;?\s*/g, '$1').replace(/[ \t]*if\s*\(NODE\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '').replace(/[ \t]*if\s*\(typeof\s+module\s*!==\s*(['"])undefined\1\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '').replace(/[ \t]*[A-Za-z_][A-Za-z0-9_\.]*\.assert\([^\n]*\);[^\n]*/g, ''); src.replace(/(^|\n)[ \t]*(['"])use strict\2;?\s*/g, '$1')
.replace(/\/\*\*\s*\*\s*@fileoverview[\s\S]*?\*\/\s*/g, '')
.replace(/[ \t]*if\s*\(NODE\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '')
.replace(/[ \t]*if\s*\(typeof\s+module\s*!==\s*(['"])undefined\1\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '')
.replace(/[ \t]*[A-Za-z_][A-Za-z0-9_.]*\.assert\([^\n]*\);[^\n]*/g, '');
} }
} }
}, },
@ -209,8 +213,12 @@ module.exports = function(grunt) {
options: { options: {
banner: '"use strict";\n\n', banner: '"use strict";\n\n',
process: function(src, filepath) { process: function(src, filepath) {
return "// " + filepath + "\n\n" + return "/**\n * @copyright " + filepath.replace(/^\./, "http://pcjs.org") + " (C) Jeff Parsons 2012-2016\n */\n\n" +
src.replace(/(^|\n)[ \t]*(['"])use strict\2;?\s*/g, '$1').replace(/[ \t]*if\s*\(NODE\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '').replace(/[ \t]*if\s*\(typeof\s+module\s*!==\s*(['"])undefined\1\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '').replace(/[ \t]*[A-Za-z_][A-Za-z0-9_\.]*\.assert\([^\n]*\);[^\n]*/g, ''); src.replace(/(^|\n)[ \t]*(['"])use strict\2;?\s*/g, '$1')
.replace(/\/\*\*\s*\*\s*@fileoverview[\s\S]*?\*\/\s*/g, '')
.replace(/[ \t]*if\s*\(NODE\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '')
.replace(/[ \t]*if\s*\(typeof\s+module\s*!==\s*(['"])undefined\1\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '')
.replace(/[ \t]*[A-Za-z_][A-Za-z0-9_.]*\.assert\([^\n]*\);[^\n]*/g, '');
} }
} }
}, },
@ -220,8 +228,12 @@ module.exports = function(grunt) {
options: { options: {
banner: '"use strict";\n\n', banner: '"use strict";\n\n',
process: function(src, filepath) { process: function(src, filepath) {
return "// " + filepath + "\n\n" + return "/**\n * @copyright " + filepath.replace(/^\./, "http://pcjs.org") + " (C) Jeff Parsons 2012-2016\n */\n\n" +
src.replace(/(^|\n)[ \t]*(['"])use strict\2;?\s*/g, '$1').replace(/[ \t]*if\s*\(NODE\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '').replace(/[ \t]*if\s*\(typeof\s+module\s*!==\s*(['"])undefined\1\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '').replace(/[ \t]*[A-Za-z_][A-Za-z0-9_\.]*\.assert\([^\n]*\);[^\n]*/g, ''); src.replace(/(^|\n)[ \t]*(['"])use strict\2;?\s*/g, '$1')
.replace(/\/\*\*\s*\*\s*@fileoverview[\s\S]*?\*\/\s*/g, '')
.replace(/[ \t]*if\s*\(NODE\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '')
.replace(/[ \t]*if\s*\(typeof\s+module\s*!==\s*(['"])undefined\1\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '')
.replace(/[ \t]*[A-Za-z_][A-Za-z0-9_.]*\.assert\([^\n]*\);[^\n]*/g, '');
} }
} }
}, },
@ -231,8 +243,12 @@ module.exports = function(grunt) {
options: { options: {
banner: '"use strict";\n\n', banner: '"use strict";\n\n',
process: function(src, filepath) { process: function(src, filepath) {
return "// " + filepath + "\n\n" + return "/**\n * @copyright " + filepath.replace(/^\./, "http://pcjs.org") + " (C) Jeff Parsons 2012-2016\n */\n\n" +
src.replace(/(^|\n)[ \t]*(['"])use strict\2;?\s*/g, '$1').replace(/[ \t]*if\s*\(NODE\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '').replace(/[ \t]*if\s*\(typeof\s+module\s*!==\s*(['"])undefined\1\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '').replace(/[ \t]*[A-Za-z_][A-Za-z0-9_\.]*\.assert\([^\n]*\);[^\n]*/g, ''); src.replace(/(^|\n)[ \t]*(['"])use strict\2;?\s*/g, '$1')
.replace(/\/\*\*\s*\*\s*@fileoverview[\s\S]*?\*\/\s*/g, '')
.replace(/[ \t]*if\s*\(NODE\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '')
.replace(/[ \t]*if\s*\(typeof\s+module\s*!==\s*(['"])undefined\1\)\s*(\{[^}]*}|[^\n]*)(\n|$)/gm, '')
.replace(/[ \t]*[A-Za-z_][A-Za-z0-9_.]*\.assert\([^\n]*\);[^\n]*/g, '');
} }
} }
} }
@ -322,7 +338,7 @@ module.exports = function(grunt) {
// create_source_map: "./tmp/c1pjs/" + pkg.version + "/c1p.map", // create_source_map: "./tmp/c1pjs/" + pkg.version + "/c1p.map",
define: ["\"APPVERSION='" + pkg.version + "'\"", "DEBUGGER=false", define: ["\"APPVERSION='" + pkg.version + "'\"", "DEBUGGER=false",
"\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false"], "\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false"],
// output_wrapper: "\"(function(){%output%})();//@ sourceMappingURL=/tmp/c1pjs/" + pkg.version + "/c1p.map\"" // output_wrapper: "\"(function(){%output%})();//# sourceMappingURL=/tmp/c1pjs/" + pkg.version + "/c1p.map\""
output_wrapper: "\"(function(){%output%})();\"" output_wrapper: "\"(function(){%output%})();\""
}, },
// src: pkg.c1pJSFiles, // src: pkg.c1pJSFiles,
@ -334,7 +350,7 @@ module.exports = function(grunt) {
// create_source_map: "./tmp/c1pjs/" + pkg.version + "/c1p-dbg.map", // create_source_map: "./tmp/c1pjs/" + pkg.version + "/c1p-dbg.map",
define: ["\"APPVERSION='" + pkg.version + "'\"", define: ["\"APPVERSION='" + pkg.version + "'\"",
"\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false"], "\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false"],
// output_wrapper: "\"(function(){%output%})();//@ sourceMappingURL=/tmp/c1pjs/" + pkg.version + "/c1p-dbg.map\"" // output_wrapper: "\"(function(){%output%})();//# sourceMappingURL=/tmp/c1pjs/" + pkg.version + "/c1p-dbg.map\""
output_wrapper: "\"(function(){%output%})();\"" output_wrapper: "\"(function(){%output%})();\""
}, },
// src: pkg.c1pJSFiles, // src: pkg.c1pJSFiles,
@ -346,7 +362,7 @@ module.exports = function(grunt) {
// create_source_map: "./tmp/pcx86/" + pkg.version + "/pcx86.map", // create_source_map: "./tmp/pcx86/" + pkg.version + "/pcx86.map",
define: ["\"APPVERSION='" + pkg.version + "'\"", "DEBUGGER=false", define: ["\"APPVERSION='" + pkg.version + "'\"", "DEBUGGER=false",
"\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false", "BACKTRACK=false", "I386=true"], "\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false", "BACKTRACK=false", "I386=true"],
// output_wrapper: "\"(function(){%output%})();//@ sourceMappingURL=/tmp/pcx86/" + pkg.version + "/pcx86.map\"" // output_wrapper: "\"(function(){%output%})();//# sourceMappingURL=/tmp/pcx86/" + pkg.version + "/pcx86.map\""
output_wrapper: "\"(function(){%output%})();\"" output_wrapper: "\"(function(){%output%})();\""
}, },
// src: pkg.pcX86Files, // src: pkg.pcX86Files,
@ -361,7 +377,7 @@ module.exports = function(grunt) {
// create_source_map: "./tmp/pcx86/" + pkg.version + "/pcx86-dbg.map", // create_source_map: "./tmp/pcx86/" + pkg.version + "/pcx86-dbg.map",
define: ["\"APPVERSION='" + pkg.version + "'\"", define: ["\"APPVERSION='" + pkg.version + "'\"",
"\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false", "BACKTRACK=false", "I386=true"], "\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false", "BACKTRACK=false", "I386=true"],
// output_wrapper: "\"(function(){%output%})();//@ sourceMappingURL=/tmp/pcx86/" + pkg.version + "/pcx86-dbg.map\"" // output_wrapper: "\"(function(){%output%})();//# sourceMappingURL=/tmp/pcx86/" + pkg.version + "/pcx86-dbg.map\""
output_wrapper: "\"(function(){%output%})();\"" output_wrapper: "\"(function(){%output%})();\""
}, },
// src: pkg.pcX86Files, // src: pkg.pcX86Files,
@ -373,7 +389,7 @@ module.exports = function(grunt) {
// create_source_map: "./tmp/pc8080/" + pkg.version + "/pc8080.map", // create_source_map: "./tmp/pc8080/" + pkg.version + "/pc8080.map",
define: ["\"APPVERSION='" + pkg.version + "'\"", define: ["\"APPVERSION='" + pkg.version + "'\"",
"\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false", "DEBUGGER=false"], "\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false", "DEBUGGER=false"],
// output_wrapper: "\"(function(){%output%})();//@ sourceMappingURL=/tmp/pc8080/" + pkg.version + "/pc8080.map\"" // output_wrapper: "\"(function(){%output%})();//# sourceMappingURL=/tmp/pc8080/" + pkg.version + "/pc8080.map\""
output_wrapper: "\"(function(){%output%})();\"" output_wrapper: "\"(function(){%output%})();\""
}, },
// src: pkg.pc8080Files, // src: pkg.pc8080Files,
@ -388,7 +404,7 @@ module.exports = function(grunt) {
// create_source_map: "./tmp/pc8080/" + pkg.version + "/pc8080-dbg.map", // create_source_map: "./tmp/pc8080/" + pkg.version + "/pc8080-dbg.map",
define: ["\"APPVERSION='" + pkg.version + "'\"", define: ["\"APPVERSION='" + pkg.version + "'\"",
"\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false", "DEBUGGER=true"], "\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false", "DEBUGGER=true"],
// output_wrapper: "\"(function(){%output%})();//@ sourceMappingURL=/tmp/pc8080/" + pkg.version + "/pc8080-dbg.map\"" // output_wrapper: "\"(function(){%output%})();//# sourceMappingURL=/tmp/pc8080/" + pkg.version + "/pc8080-dbg.map\""
output_wrapper: "\"(function(){%output%})();\"" output_wrapper: "\"(function(){%output%})();\""
}, },
// src: pkg.pc8080Files, // src: pkg.pc8080Files,
@ -397,11 +413,11 @@ module.exports = function(grunt) {
}, },
"pdp11.js": { "pdp11.js": {
TEMPcompilerOpts: { TEMPcompilerOpts: {
// create_source_map: "./tmp/pdpjs/" + pkg.version + "/pdp11.map", create_source_map: "./tmp/pdpjs/" + pkg.version + "/pdp11.map",
define: ["\"APPVERSION='" + pkg.version + "'\"", define: ["\"APPVERSION='" + pkg.version + "'\"",
"\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false", "DEBUGGER=false"], "\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false", "DEBUGGER=false"],
// output_wrapper: "\"(function(){%output%})();//@ sourceMappingURL=/tmp/pdpjs/" + pkg.version + "/pdp11.map\"" output_wrapper: "\"(function(){%output%})();//# sourceMappingURL=/tmp/pdpjs/" + pkg.version + "/pdp11.map\""
output_wrapper: "\"(function(){%output%})();\"" // output_wrapper: "\"(function(){%output%})();\""
}, },
// src: pkg.pdp11Files, // src: pkg.pdp11Files,
src: tmpPDP11, src: tmpPDP11,
@ -412,11 +428,11 @@ module.exports = function(grunt) {
* Technically, this is the one case we don't need to override the default 'define' settings, but maybe it's best to be explicit. * Technically, this is the one case we don't need to override the default 'define' settings, but maybe it's best to be explicit.
*/ */
TEMPcompilerOpts: { TEMPcompilerOpts: {
// create_source_map: "./tmp/pdpjs/" + pkg.version + "/pdp11-dbg.map", create_source_map: "./tmp/pdpjs/" + pkg.version + "/pdp11-dbg.map",
define: ["\"APPVERSION='" + pkg.version + "'\"", define: ["\"APPVERSION='" + pkg.version + "'\"",
"\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false", "DEBUGGER=true"], "\"SITEHOST='www.pcjs.org'\"", "COMPILED=true", "DEBUG=false", "DEBUGGER=true"],
// output_wrapper: "\"(function(){%output%})();//@ sourceMappingURL=/tmp/pdpjs/" + pkg.version + "/pdp11-dbg.map\"" output_wrapper: "\"(function(){%output%})();//# sourceMappingURL=/tmp/pdpjs/" + pkg.version + "/pdp11-dbg.map\""
output_wrapper: "\"(function(){%output%})();\"" // output_wrapper: "\"(function(){%output%})();\""
}, },
// src: pkg.pdp11Files, // src: pkg.pdp11Files,
src: tmpPDP11, src: tmpPDP11,
@ -437,7 +453,7 @@ module.exports = function(grunt) {
process: function(content, srcPath) { process: function(content, srcPath) {
var s = content.replace(/(<xsl:variable name="APPVERSION">)[^<]*(<\/xsl:variable>)/g, "$1" + pkg.version + "$2"); var s = content.replace(/(<xsl:variable name="APPVERSION">)[^<]*(<\/xsl:variable>)/g, "$1" + pkg.version + "$2");
s = s.replace(/"[^"]*\/?(common.css|common.xsl|components.css|components.xsl|document.css|document.xsl)"/g, '"/versions/c1pjs/' + pkg.version + '/$1"'); s = s.replace(/"[^"]*\/?(common.css|common.xsl|components.css|components.xsl|document.css|document.xsl)"/g, '"/versions/c1pjs/' + pkg.version + '/$1"');
s = s.replace(/[ \t]*\/\*[^\*][\s\S]*?\*\//g, "").replace(/[ \t]*<!--[^@]*?-->[ \t]*\n?/g, ""); s = s.replace(/[ \t]*\/\*[^*][\s\S]*?\*\//g, "").replace(/[ \t]*<!--[^@]*?-->[ \t]*\n?/g, "");
return s; return s;
} }
} }
@ -454,7 +470,7 @@ module.exports = function(grunt) {
options: { options: {
process: function(content, srcPath) { process: function(content, srcPath) {
var s = content.replace(/(<xsl:variable name="APPVERSION">)[^<]*(<\/xsl:variable>)/g, "$1" + pkg.version + "$2"); var s = content.replace(/(<xsl:variable name="APPVERSION">)[^<]*(<\/xsl:variable>)/g, "$1" + pkg.version + "$2");
s = s.replace(/[ \t]*\/\*[^\*][\s\S]*?\*\//g, "").replace(/[ \t]*<!--[^@]*?-->[ \t]*\n?/g, ""); s = s.replace(/[ \t]*\/\*[^*][\s\S]*?\*\//g, "").replace(/[ \t]*<!--[^@]*?-->[ \t]*\n?/g, "");
return s; return s;
} }
} }
@ -472,7 +488,7 @@ module.exports = function(grunt) {
process: function(content, srcPath) { process: function(content, srcPath) {
var s = content.replace(/(<xsl:variable name="APPVERSION">)[^<]*(<\/xsl:variable>)/g, "$1" + pkg.version + "$2"); var s = content.replace(/(<xsl:variable name="APPVERSION">)[^<]*(<\/xsl:variable>)/g, "$1" + pkg.version + "$2");
s = s.replace(/"[^"]*\/?(common.css|common.xsl|components.css|components.xsl|document.css|document.xsl)"/g, '"/versions/pcx86/' + pkg.version + '/$1"'); s = s.replace(/"[^"]*\/?(common.css|common.xsl|components.css|components.xsl|document.css|document.xsl)"/g, '"/versions/pcx86/' + pkg.version + '/$1"');
s = s.replace(/[ \t]*\/\*[^\*][\s\S]*?\*\//g, "").replace(/[ \t]*<!--[^@]*?-->[ \t]*\n?/g, ""); s = s.replace(/[ \t]*\/\*[^*][\s\S]*?\*\//g, "").replace(/[ \t]*<!--[^@]*?-->[ \t]*\n?/g, "");
return s; return s;
} }
} }
@ -492,7 +508,7 @@ module.exports = function(grunt) {
s = s.replace(/(<xsl:variable name="APPNAME">)[^<]*(<\/xsl:variable>)/g, "$1PC8080$2"); s = s.replace(/(<xsl:variable name="APPNAME">)[^<]*(<\/xsl:variable>)/g, "$1PC8080$2");
s = s.replace(/(<xsl:variable name="APPVERSION">)[^<]*(<\/xsl:variable>)/g, "$1" + pkg.version + "$2"); s = s.replace(/(<xsl:variable name="APPVERSION">)[^<]*(<\/xsl:variable>)/g, "$1" + pkg.version + "$2");
s = s.replace(/"[^"]*\/?(common.css|common.xsl|components.css|components.xsl|document.css|document.xsl)"/g, '"/versions/pc8080/' + pkg.version + '/$1"'); s = s.replace(/"[^"]*\/?(common.css|common.xsl|components.css|components.xsl|document.css|document.xsl)"/g, '"/versions/pc8080/' + pkg.version + '/$1"');
s = s.replace(/[ \t]*\/\*[^\*][\s\S]*?\*\//g, "").replace(/[ \t]*<!--[^@]*?-->[ \t]*\n?/g, ""); s = s.replace(/[ \t]*\/\*[^*][\s\S]*?\*\//g, "").replace(/[ \t]*<!--[^@]*?-->[ \t]*\n?/g, "");
return s; return s;
} }
} }
@ -512,7 +528,7 @@ module.exports = function(grunt) {
s = s.replace(/(<xsl:variable name="APPNAME">)[^<]*(<\/xsl:variable>)/g, "$1PDP11$2"); s = s.replace(/(<xsl:variable name="APPNAME">)[^<]*(<\/xsl:variable>)/g, "$1PDP11$2");
s = s.replace(/(<xsl:variable name="APPVERSION">)[^<]*(<\/xsl:variable>)/g, "$1" + pkg.version + "$2"); s = s.replace(/(<xsl:variable name="APPVERSION">)[^<]*(<\/xsl:variable>)/g, "$1" + pkg.version + "$2");
s = s.replace(/"[^"]*\/?(common.css|common.xsl|components.css|components.xsl|document.css|document.xsl)"/g, '"/versions/pdpjs/' + pkg.version + '/$1"'); s = s.replace(/"[^"]*\/?(common.css|common.xsl|components.css|components.xsl|document.css|document.xsl)"/g, '"/versions/pdpjs/' + pkg.version + '/$1"');
s = s.replace(/[ \t]*\/\*[^\*][\s\S]*?\*\//g, "").replace(/[ \t]*<!--[^@]*?-->[ \t]*\n?/g, ""); s = s.replace(/[ \t]*\/\*[^*][\s\S]*?\*\//g, "").replace(/[ \t]*<!--[^@]*?-->[ \t]*\n?/g, "");
return s; return s;
} }
} }
@ -604,7 +620,12 @@ module.exports = function(grunt) {
}, },
replace: { replace: {
"fix-source-maps": { "fix-source-maps": {
src: ["./tmp/c1pjs/" + pkg.version + "/c1p*.map", "./tmp/pcx86/" + pkg.version + "/pc*.map"], src: [
"./tmp/c1pjs/" + pkg.version + "/c1p*.map",
"./tmp/pcx86/" + pkg.version + "/pc*.map",
"./tmp/pcx8008/" + pkg.version + "/pc*.map",
"./tmp/pdpjs/" + pkg.version + "/pdp*.map"
],
overwrite: true, overwrite: true,
replacements: [ replacements: [
{ {

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview PCjs Build Options * @fileoverview PCjs Build Options
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview This file implements the C1Pjs Computer component. * @fileoverview This file implements the C1Pjs Computer component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview This file implements the C1Pjs 6502 CPU component. * @fileoverview This file implements the C1Pjs 6502 CPU component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview This file implements the C1Pjs Debugger component. * @fileoverview This file implements the C1Pjs Debugger component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview C1Pjs-specific compile-time definitions. * @fileoverview C1Pjs-specific compile-time definitions.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview This file implements the C1Pjs DiskController component. * @fileoverview This file implements the C1Pjs DiskController component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview This file implements the C1Pjs Keyboard component. * @fileoverview This file implements the C1Pjs Keyboard component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Compile-time definitions for Debugger-less configurations. * @fileoverview Compile-time definitions for Debugger-less configurations.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview This file implements the C1Pjs Panel component. * @fileoverview This file implements the C1Pjs Panel component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview This file implements the C1Pjs RAM component. * @fileoverview This file implements the C1Pjs RAM component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview This file implements the C1Pjs ROM component. * @fileoverview This file implements the C1Pjs ROM component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview This file implements the C1Pjs SerialPort component. * @fileoverview This file implements the C1Pjs SerialPort component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview This file implements the C1Pjs Video component * @fileoverview This file implements the C1Pjs Video component
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -21,9 +21,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Converts disk images to/from JSON * @fileoverview Converts disk images to/from JSON
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> (@jeffpar) * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> (@jeffpar)
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -21,9 +21,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Converts file contents to JSON * @fileoverview Converts file contents to JSON
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> (@jeffpar) * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> (@jeffpar)
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Pre-process JavaScript file(s) with well-defined constants inlined * @fileoverview Pre-process JavaScript file(s) with well-defined constants inlined
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> (@jeffpar) * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> (@jeffpar)
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -21,9 +21,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Builds default ("index.html") documents from HTML templates * @fileoverview Builds default ("index.html") documents from HTML templates
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> (@jeffpar) * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> (@jeffpar)
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Handles API requests and redirects * @fileoverview Handles API requests and redirects
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> (@jeffpar) * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> (@jeffpar)
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Parses simplified Markdown files * @fileoverview Parses simplified Markdown files
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> (@jeffpar) * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> (@jeffpar)
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC6502 Bus component. * @fileoverview Implements the PC6502 Bus component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC6502 Computer component. * @fileoverview Implements the PC6502 Computer component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Controls the PC6502 CPU component. * @fileoverview Controls the PC6502 CPU component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Defines PC6502 CPU constants. * @fileoverview Defines PC6502 CPU constants.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements PC6502 opcode handlers. * @fileoverview Implements PC6502 opcode handlers.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC6502 CPU component. * @fileoverview Implements the PC6502 CPU component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC6502 Debugger component. * @fileoverview Implements the PC6502 Debugger component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview PC6502-specific compile-time definitions. * @fileoverview PC6502-specific compile-time definitions.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC6502 Keyboard component. * @fileoverview Implements the PC6502 Keyboard component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC6502 Memory component. * @fileoverview Implements the PC6502 Memory component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Defines message categories. * @fileoverview Defines message categories.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Compile-time definitions for Debugger-less configurations. * @fileoverview Compile-time definitions for Debugger-less configurations.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC6502 Panel component. * @fileoverview Implements the PC6502 Panel component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC6502 RAM component. * @fileoverview Implements the PC6502 RAM component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC6502 ROM component. * @fileoverview Implements the PC6502 ROM component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview The State class used by PCjs machines. * @fileoverview The State class used by PCjs machines.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC6502 Video component. * @fileoverview Implements the PC6502 Video component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC8080 Bus component. * @fileoverview Implements the PC8080 Bus component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC8080 ChipSet component. * @fileoverview Implements the PC8080 ChipSet component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC8080 Computer component. * @fileoverview Implements the PC8080 Computer component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Controls the PC8080 CPU component. * @fileoverview Controls the PC8080 CPU component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Defines PC8080 CPU constants. * @fileoverview Defines PC8080 CPU constants.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements PC8080 opcode handlers. * @fileoverview Implements PC8080 opcode handlers.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC8080 CPU component. * @fileoverview Implements the PC8080 CPU component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC8080 Debugger component. * @fileoverview Implements the PC8080 Debugger component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview PC8080-specific compile-time definitions. * @fileoverview PC8080-specific compile-time definitions.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC8080 Keyboard component. * @fileoverview Implements the PC8080 Keyboard component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC8080 Memory component. * @fileoverview Implements the PC8080 Memory component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Defines message categories. * @fileoverview Defines message categories.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Compile-time definitions for Debugger-less configurations. * @fileoverview Compile-time definitions for Debugger-less configurations.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC8080 Panel component. * @fileoverview Implements the PC8080 Panel component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC8080 RAM component. * @fileoverview Implements the PC8080 RAM component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC8080 ROM component. * @fileoverview Implements the PC8080 ROM component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC8080 SerialPort component. * @fileoverview Implements the PC8080 SerialPort component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PC8080 Video component. * @fileoverview Implements the PC8080 Video component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -21,9 +21,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview This file generates PCjs 8086 mode-byte decoders. * @fileoverview This file generates PCjs 8086 mode-byte decoders.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 Bus component. * @fileoverview Implements the PCx86 Bus component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 ChipSet component. * @fileoverview Implements the PCx86 ChipSet component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 Computer component. * @fileoverview Implements the PCx86 Computer component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 CPU component. * @fileoverview Implements the PCx86 CPU component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 Debugger component. * @fileoverview Implements the PCx86 Debugger component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview PCx86-specific compile-time definitions. * @fileoverview PCx86-specific compile-time definitions.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements disk image support for both FDC and HDC. * @fileoverview Implements disk image support for both FDC and HDC.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 Floppy Drive Controller (FDC) component. * @fileoverview Implements the PCx86 Floppy Drive Controller (FDC) component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 Hard Drive Controller (HDC) component. * @fileoverview Implements the PCx86 Hard Drive Controller (HDC) component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview PCx86-specific BIOS/DOS interrupt definitions. * @fileoverview PCx86-specific BIOS/DOS interrupt definitions.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 Keyboard component. * @fileoverview Implements the PCx86 Keyboard component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 "physical" Memory component. * @fileoverview Implements the PCx86 "physical" Memory component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Defines message categories. * @fileoverview Defines message categories.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 Mouse component. * @fileoverview Implements the PCx86 Mouse component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Compile-time definitions for Debugger-less configurations. * @fileoverview Compile-time definitions for Debugger-less configurations.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 Panel component. * @fileoverview Implements the PCx86 Panel component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 ParallelPort component. * @fileoverview Implements the PCx86 ParallelPort component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 RAM component. * @fileoverview Implements the PCx86 RAM component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 ROM component. * @fileoverview Implements the PCx86 ROM component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 SerialPort component. * @fileoverview Implements the PCx86 SerialPort component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements the PCx86 Video component. * @fileoverview Implements the PCx86 Video component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Defines PCx86 constants. * @fileoverview Defines PCx86 constants.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements PCx86 8086/8088 CPU logic. * @fileoverview Implements PCx86 8086/8088 CPU logic.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements PCx86 8087 FPU logic. * @fileoverview Implements PCx86 8087 FPU logic.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements PCx86 8086 opcode helpers. * @fileoverview Implements PCx86 8086 opcode helpers.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements PCx86 opcode helpers. * @fileoverview Implements PCx86 opcode helpers.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements PCx86 general-purpose ModRegRM decoding. * @fileoverview Implements PCx86 general-purpose ModRegRM decoding.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements PCx86 0x0F two-byte opcodes * @fileoverview Implements PCx86 0x0F two-byte opcodes
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements PCx86 8086 opcode decoding. * @fileoverview Implements PCx86 8086 opcode decoding.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Implements PCx86 X86 Segment Registers * @fileoverview Implements PCx86 X86 Segment Registers
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,7 +1,7 @@
/** /**
* @fileoverview Converts octal constants to hex. * @fileoverview Converts octal constants to hex.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,13 +1,13 @@
/** /**
* @fileoverview Implements the PDP11 Bus component. * @fileoverview Implements the PDP11 Bus component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
* It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis * It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis
* (paulnank@hotmail.com) as of August 2016 from http://skn.noip.me/pdp11/pdp11.html. This code * (paulnank@hotmail.com) as of September 2016 at <http://skn.noip.me/pdp11/pdp11.html>. This code
* may be used freely provided the original author name is acknowledged in any modified source code. * may be used freely provided the original authors are acknowledged in any modified source code.
* *
* PCjs is free software: you can redistribute it and/or modify it under the terms of the * PCjs is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 3 * GNU General Public License as published by the Free Software Foundation, either version 3
@ -20,9 +20,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,13 +1,13 @@
/** /**
* @fileoverview Implements the PDP11 Computer component. * @fileoverview Implements the PDP11 Computer component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
* It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis * It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis
* (paulnank@hotmail.com) as of August 2016 from http://skn.noip.me/pdp11/pdp11.html. This code * (paulnank@hotmail.com) as of September 2016 at <http://skn.noip.me/pdp11/pdp11.html>. This code
* may be used freely provided the original author name is acknowledged in any modified source code. * may be used freely provided the original authors are acknowledged in any modified source code.
* *
* PCjs is free software: you can redistribute it and/or modify it under the terms of the * PCjs is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 3 * GNU General Public License as published by the Free Software Foundation, either version 3
@ -20,9 +20,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,13 +1,13 @@
/** /**
* @fileoverview Controls the PDP11 CPU component. * @fileoverview Controls the PDP11 CPU component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
* It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis * It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis
* (paulnank@hotmail.com) as of August 2016 from http://skn.noip.me/pdp11/pdp11.html. This code * (paulnank@hotmail.com) as of September 2016 at <http://skn.noip.me/pdp11/pdp11.html>. This code
* may be used freely provided the original author name is acknowledged in any modified source code. * may be used freely provided the original authors are acknowledged in any modified source code.
* *
* PCjs is free software: you can redistribute it and/or modify it under the terms of the * PCjs is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 3 * GNU General Public License as published by the Free Software Foundation, either version 3
@ -20,9 +20,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,13 +1,13 @@
/** /**
* @fileoverview Implements PDP11 opcode handlers. * @fileoverview Implements PDP11 opcode handlers.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
* It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis * It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis
* (paulnank@hotmail.com) as of August 2016 from http://skn.noip.me/pdp11/pdp11.html. This code * (paulnank@hotmail.com) as of September 2016 at <http://skn.noip.me/pdp11/pdp11.html>. This code
* may be used freely provided the original author name is acknowledged in any modified source code. * may be used freely provided the original authors are acknowledged in any modified source code.
* *
* PCjs is free software: you can redistribute it and/or modify it under the terms of the * PCjs is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 3 * GNU General Public License as published by the Free Software Foundation, either version 3
@ -20,9 +20,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,13 +1,13 @@
/** /**
* @fileoverview Implements the PDP11 CPU component. * @fileoverview Implements the PDP11 CPU component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
* It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis * It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis
* (paulnank@hotmail.com) as of August 2016 from http://skn.noip.me/pdp11/pdp11.html. This code * (paulnank@hotmail.com) as of September 2016 at <http://skn.noip.me/pdp11/pdp11.html>. This code
* may be used freely provided the original author name is acknowledged in any modified source code. * may be used freely provided the original authors are acknowledged in any modified source code.
* *
* PCjs is free software: you can redistribute it and/or modify it under the terms of the * PCjs is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 3 * GNU General Public License as published by the Free Software Foundation, either version 3
@ -20,9 +20,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,13 +1,13 @@
/** /**
* @fileoverview Implements the PDP11 Debugger component. * @fileoverview Implements the PDP11 Debugger component.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
* It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis * It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis
* (paulnank@hotmail.com) as of August 2016 from http://skn.noip.me/pdp11/pdp11.html. This code * (paulnank@hotmail.com) as of September 2016 at <http://skn.noip.me/pdp11/pdp11.html>. This code
* may be used freely provided the original author name is acknowledged in any modified source code. * may be used freely provided the original authors are acknowledged in any modified source code.
* *
* PCjs is free software: you can redistribute it and/or modify it under the terms of the * PCjs is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 3 * GNU General Public License as published by the Free Software Foundation, either version 3
@ -20,9 +20,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

View file

@ -1,13 +1,13 @@
/** /**
* @fileoverview PDP11-specific compile-time definitions. * @fileoverview PDP11-specific compile-time definitions.
* @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a> * @author <a href="mailto:Jeff@pcjs.org">Jeff Parsons</a>
* @copyright Jeff Parsons 2012-2016 * @copyright © Jeff Parsons 2012-2016
* *
* This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>. * This file is part of PCjs, a computer emulation software project at <http://pcjs.org/>.
* *
* It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis * It has been adapted from the JavaScript PDP 11/70 Emulator v1.4 written by Paul Nankervis
* (paulnank@hotmail.com) as of August 2016 from http://skn.noip.me/pdp11/pdp11.html. This code * (paulnank@hotmail.com) as of September 2016 at <http://skn.noip.me/pdp11/pdp11.html>. This code
* may be used freely provided the original author name is acknowledged in any modified source code. * may be used freely provided the original authors are acknowledged in any modified source code.
* *
* PCjs is free software: you can redistribute it and/or modify it under the terms of the * PCjs is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 3 * GNU General Public License as published by the Free Software Foundation, either version 3
@ -20,9 +20,9 @@
* You should have received a copy of the GNU General Public License along with PCjs. If not, * You should have received a copy of the GNU General Public License along with PCjs. If not,
* see <http://www.gnu.org/licenses/gpl.html>. * see <http://www.gnu.org/licenses/gpl.html>.
* *
* You are required to include the above copyright notice in every source code file of every * You are required to include the above copyright notice in every modified copy of this work
* copy or modified version of this work, and to display that copyright notice on every screen * and to display that copyright notice when the software starts running; see COPYRIGHT in
* that loads or runs any version of this software (see COPYRIGHT in /modules/shared/lib/defines.js). * <http://pcjs.org/modules/shared/lib/defines.js>.
* *
* Some PCjs files also attempt to load external resource files, such as character-image files, * Some PCjs files also attempt to load external resource files, such as character-image files,
* ROM files, and disk image files. Those external resource files are not considered part of PCjs * ROM files, and disk image files. Those external resource files are not considered part of PCjs

Some files were not shown because too many files have changed in this diff Show more