diff --git a/README.md b/README.md index 5a9984b90..b1a8a6510 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ PCjs Machines -=== +============= Welcome to PCjs, home of [PCx86](/docs/pcx86/), the original IBM PC simulation that runs in your web browser. It is one of several JavaScript Machines in the [PCjs Project](https://github.com/jeffpar/pcjs), an open-source project that diff --git a/modules/build/lib/build.js b/modules/build/lib/build.js index 1fd2026e9..f434e5b59 100644 --- a/modules/build/lib/build.js +++ b/modules/build/lib/build.js @@ -1,10 +1,7 @@ /** * @fileoverview PCjs Build Options * @author Jeff Parsons - * @version 1.0 - * Created 2016-Feb-10 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/c1pjs/lib/computer.js b/modules/c1pjs/lib/computer.js index e440c94a5..4f437d50f 100644 --- a/modules/c1pjs/lib/computer.js +++ b/modules/c1pjs/lib/computer.js @@ -1,10 +1,7 @@ /** * @fileoverview This file implements the C1Pjs Computer component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-15 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/c1pjs/lib/cpu.js b/modules/c1pjs/lib/cpu.js index 600eaae47..7755f2d99 100644 --- a/modules/c1pjs/lib/cpu.js +++ b/modules/c1pjs/lib/cpu.js @@ -1,10 +1,7 @@ /** * @fileoverview This file implements the C1Pjs 6502 CPU component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-15 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/c1pjs/lib/debugger.js b/modules/c1pjs/lib/debugger.js index ef4e55ccc..83c8b98c1 100644 --- a/modules/c1pjs/lib/debugger.js +++ b/modules/c1pjs/lib/debugger.js @@ -1,10 +1,7 @@ /** * @fileoverview This file implements the C1Pjs Debugger component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-21 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/c1pjs/lib/defines.js b/modules/c1pjs/lib/defines.js index 9ebb2c260..dbda2ee1a 100644 --- a/modules/c1pjs/lib/defines.js +++ b/modules/c1pjs/lib/defines.js @@ -1,10 +1,7 @@ /** * @fileoverview C1Pjs-specific compile-time definitions. * @author Jeff Parsons - * @version 1.0 - * Created 2014-May-08 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/c1pjs/lib/disk.js b/modules/c1pjs/lib/disk.js index bf5437cee..598c6d604 100644 --- a/modules/c1pjs/lib/disk.js +++ b/modules/c1pjs/lib/disk.js @@ -1,10 +1,7 @@ /** * @fileoverview This file implements the C1Pjs DiskController component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Aug-09 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/c1pjs/lib/keyboard.js b/modules/c1pjs/lib/keyboard.js index 869ce73d1..d72945ef0 100644 --- a/modules/c1pjs/lib/keyboard.js +++ b/modules/c1pjs/lib/keyboard.js @@ -1,10 +1,7 @@ /** * @fileoverview This file implements the C1Pjs Keyboard component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-20 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/c1pjs/lib/nodebugger.js b/modules/c1pjs/lib/nodebugger.js index 930cd0525..4e9a98899 100644 --- a/modules/c1pjs/lib/nodebugger.js +++ b/modules/c1pjs/lib/nodebugger.js @@ -1,10 +1,7 @@ /** * @fileoverview Compile-time definitions for Debugger-less configurations. * @author Jeff Parsons - * @version 1.0 - * Created 2014-May-08 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/c1pjs/lib/panel.js b/modules/c1pjs/lib/panel.js index 73e444ad1..5bf81be49 100644 --- a/modules/c1pjs/lib/panel.js +++ b/modules/c1pjs/lib/panel.js @@ -1,10 +1,7 @@ /** * @fileoverview This file implements the C1Pjs Panel component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-19 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/c1pjs/lib/ram.js b/modules/c1pjs/lib/ram.js index ee9b52d8d..5180bef38 100644 --- a/modules/c1pjs/lib/ram.js +++ b/modules/c1pjs/lib/ram.js @@ -1,10 +1,7 @@ /** * @fileoverview This file implements the C1Pjs RAM component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-15 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/c1pjs/lib/rom.js b/modules/c1pjs/lib/rom.js index c4b78948a..33e597305 100644 --- a/modules/c1pjs/lib/rom.js +++ b/modules/c1pjs/lib/rom.js @@ -1,10 +1,7 @@ /** * @fileoverview This file implements the C1Pjs ROM component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-15 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/c1pjs/lib/serial.js b/modules/c1pjs/lib/serial.js index 56bf53de5..f5597cc41 100644 --- a/modules/c1pjs/lib/serial.js +++ b/modules/c1pjs/lib/serial.js @@ -1,10 +1,7 @@ /** * @fileoverview This file implements the C1Pjs SerialPort component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jul-01 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/c1pjs/lib/video.js b/modules/c1pjs/lib/video.js index 14179090a..3e524c2bf 100644 --- a/modules/c1pjs/lib/video.js +++ b/modules/c1pjs/lib/video.js @@ -1,10 +1,7 @@ /** * @fileoverview This file implements the C1Pjs Video component * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-15 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/diskdump/lib/diskdump.js b/modules/diskdump/lib/diskdump.js index da82aac94..240140ace 100644 --- a/modules/diskdump/lib/diskdump.js +++ b/modules/diskdump/lib/diskdump.js @@ -1,10 +1,7 @@ /** * @fileoverview Converts disk images to/from JSON * @author Jeff Parsons (@jeffpar) - * @version 1.0 - * Created 2014-02-01 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/filedump/lib/filedump.js b/modules/filedump/lib/filedump.js index 909ce4418..28a7c3554 100644 --- a/modules/filedump/lib/filedump.js +++ b/modules/filedump/lib/filedump.js @@ -1,10 +1,7 @@ /** * @fileoverview Converts file contents to JSON * @author Jeff Parsons (@jeffpar) - * @version 1.0 - * Created 2014-02-01 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/grunts/prepjs/tasks/prepjs.js b/modules/grunts/prepjs/tasks/prepjs.js index 286afc32c..2d28959fa 100644 --- a/modules/grunts/prepjs/tasks/prepjs.js +++ b/modules/grunts/prepjs/tasks/prepjs.js @@ -1,10 +1,7 @@ /** * @fileoverview Pre-process JavaScript file(s) with well-defined constants inlined * @author Jeff Parsons (@jeffpar) - * @version 1.1 - * Created 2014-Mar-22 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/htmlout/lib/htmlout.js b/modules/htmlout/lib/htmlout.js index f0431ebad..691a4539f 100644 --- a/modules/htmlout/lib/htmlout.js +++ b/modules/htmlout/lib/htmlout.js @@ -1,10 +1,7 @@ /** * @fileoverview Builds default ("index.html") documents from HTML templates * @author Jeff Parsons (@jeffpar) - * @version 1.0 - * Created 2014-02-14 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/htmlout/lib/httpapi.js b/modules/htmlout/lib/httpapi.js index 9977fbc50..00c198ba5 100644 --- a/modules/htmlout/lib/httpapi.js +++ b/modules/htmlout/lib/httpapi.js @@ -1,10 +1,7 @@ /** * @fileoverview Handles API requests and redirects * @author Jeff Parsons (@jeffpar) - * @version 1.0 - * Created 2014-02-14 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/markout/lib/markout.js b/modules/markout/lib/markout.js index 7e2ec5c70..85b368bdc 100644 --- a/modules/markout/lib/markout.js +++ b/modules/markout/lib/markout.js @@ -1,10 +1,7 @@ /** * @fileoverview Parses simplified Markdown files * @author Jeff Parsons (@jeffpar) - * @version 1.0 - * Created 2014-02-14 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/bus.js b/modules/pc6502/lib/bus.js index 834ecf9f5..13db606af 100644 --- a/modules/pc6502/lib/bus.js +++ b/modules/pc6502/lib/bus.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC6502 Bus component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/computer.js b/modules/pc6502/lib/computer.js index 02cc96891..c52e12f2f 100644 --- a/modules/pc6502/lib/computer.js +++ b/modules/pc6502/lib/computer.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC6502 Computer component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/cpu.js b/modules/pc6502/lib/cpu.js index 56b82e5ac..d14baad7e 100644 --- a/modules/pc6502/lib/cpu.js +++ b/modules/pc6502/lib/cpu.js @@ -1,10 +1,7 @@ /** * @fileoverview Controls the PC6502 CPU component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/cpudef.js b/modules/pc6502/lib/cpudef.js index 94acec96c..95afc6719 100644 --- a/modules/pc6502/lib/cpudef.js +++ b/modules/pc6502/lib/cpudef.js @@ -1,10 +1,7 @@ /** * @fileoverview Defines PC6502 CPU constants. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/cpuops.js b/modules/pc6502/lib/cpuops.js index 5c5f5c7fd..814bac717 100644 --- a/modules/pc6502/lib/cpuops.js +++ b/modules/pc6502/lib/cpuops.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements PC6502 opcode handlers. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/cpustate.js b/modules/pc6502/lib/cpustate.js index ac9ed61fc..30c9387a0 100644 --- a/modules/pc6502/lib/cpustate.js +++ b/modules/pc6502/lib/cpustate.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC6502 CPU component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/debugger.js b/modules/pc6502/lib/debugger.js index bf9ec20b2..71a2b33b6 100644 --- a/modules/pc6502/lib/debugger.js +++ b/modules/pc6502/lib/debugger.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC6502 Debugger component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/defines.js b/modules/pc6502/lib/defines.js index 87e3fbfaf..9e732b90f 100644 --- a/modules/pc6502/lib/defines.js +++ b/modules/pc6502/lib/defines.js @@ -1,10 +1,7 @@ /** * @fileoverview PC6502-specific compile-time definitions. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/keyboard.js b/modules/pc6502/lib/keyboard.js index 33b53136e..a8d69055c 100644 --- a/modules/pc6502/lib/keyboard.js +++ b/modules/pc6502/lib/keyboard.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC6502 Keyboard component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/memory.js b/modules/pc6502/lib/memory.js index 6c91972c6..8fe88bbcf 100644 --- a/modules/pc6502/lib/memory.js +++ b/modules/pc6502/lib/memory.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC6502 Memory component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/messages.js b/modules/pc6502/lib/messages.js index 30269ff95..b019b123a 100644 --- a/modules/pc6502/lib/messages.js +++ b/modules/pc6502/lib/messages.js @@ -1,10 +1,7 @@ /** * @fileoverview Defines message categories. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/nodebugger.js b/modules/pc6502/lib/nodebugger.js index 638c0f2ae..6516aacf0 100644 --- a/modules/pc6502/lib/nodebugger.js +++ b/modules/pc6502/lib/nodebugger.js @@ -1,10 +1,7 @@ /** * @fileoverview Compile-time definitions for Debugger-less configurations. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/panel.js b/modules/pc6502/lib/panel.js index 3af3affaa..d6b6ec53d 100644 --- a/modules/pc6502/lib/panel.js +++ b/modules/pc6502/lib/panel.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC6502 Panel component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/ram.js b/modules/pc6502/lib/ram.js index a1c4c7d7e..cd09c6daf 100644 --- a/modules/pc6502/lib/ram.js +++ b/modules/pc6502/lib/ram.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC6502 RAM component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/rom.js b/modules/pc6502/lib/rom.js index faa97ccec..c4eab4ebc 100644 --- a/modules/pc6502/lib/rom.js +++ b/modules/pc6502/lib/rom.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC6502 ROM component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/state.js b/modules/pc6502/lib/state.js index ca06ec461..ed2c7bc55 100644 --- a/modules/pc6502/lib/state.js +++ b/modules/pc6502/lib/state.js @@ -1,10 +1,7 @@ /** * @fileoverview The State class used by PCjs machines. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc6502/lib/video.js b/modules/pc6502/lib/video.js index ba541aecb..fcc4b7838 100644 --- a/modules/pc6502/lib/video.js +++ b/modules/pc6502/lib/video.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC6502 Video component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/bus.js b/modules/pc8080/lib/bus.js index e29ddc529..804e65eb5 100644 --- a/modules/pc8080/lib/bus.js +++ b/modules/pc8080/lib/bus.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC8080 Bus component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-18 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/chipset.js b/modules/pc8080/lib/chipset.js index 7514533a9..48beb7f3f 100644 --- a/modules/pc8080/lib/chipset.js +++ b/modules/pc8080/lib/chipset.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC8080 ChipSet component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-25 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/computer.js b/modules/pc8080/lib/computer.js index 1912af22c..04c2194fc 100644 --- a/modules/pc8080/lib/computer.js +++ b/modules/pc8080/lib/computer.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC8080 Computer component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-18 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/cpu.js b/modules/pc8080/lib/cpu.js index 1b216fafa..0c64e3259 100644 --- a/modules/pc8080/lib/cpu.js +++ b/modules/pc8080/lib/cpu.js @@ -1,10 +1,7 @@ /** * @fileoverview Controls the PC8080 CPU component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-18 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/cpudef.js b/modules/pc8080/lib/cpudef.js index 76f0513eb..6b0837253 100644 --- a/modules/pc8080/lib/cpudef.js +++ b/modules/pc8080/lib/cpudef.js @@ -1,10 +1,7 @@ /** * @fileoverview Defines PC8080 CPU constants. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-18 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/cpuops.js b/modules/pc8080/lib/cpuops.js index cd56061a5..7b4d99561 100644 --- a/modules/pc8080/lib/cpuops.js +++ b/modules/pc8080/lib/cpuops.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements PC8080 opcode handlers. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-20 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/cpustate.js b/modules/pc8080/lib/cpustate.js index 42e1e77a3..de9fccd3b 100644 --- a/modules/pc8080/lib/cpustate.js +++ b/modules/pc8080/lib/cpustate.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC8080 CPU component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-18 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/debugger.js b/modules/pc8080/lib/debugger.js index 927354f7d..76e1adb7f 100644 --- a/modules/pc8080/lib/debugger.js +++ b/modules/pc8080/lib/debugger.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC8080 Debugger component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-18 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/defines.js b/modules/pc8080/lib/defines.js index aa700ad07..5514989e7 100644 --- a/modules/pc8080/lib/defines.js +++ b/modules/pc8080/lib/defines.js @@ -1,10 +1,7 @@ /** * @fileoverview PC8080-specific compile-time definitions. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-18 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/keyboard.js b/modules/pc8080/lib/keyboard.js index 6a1fd10f0..c3d3a3a7d 100644 --- a/modules/pc8080/lib/keyboard.js +++ b/modules/pc8080/lib/keyboard.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC8080 Keyboard component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-19 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/memory.js b/modules/pc8080/lib/memory.js index 5a7f4d1f1..79cdf68f9 100644 --- a/modules/pc8080/lib/memory.js +++ b/modules/pc8080/lib/memory.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC8080 Memory component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-18 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/messages.js b/modules/pc8080/lib/messages.js index 12db148ee..6b7df1580 100644 --- a/modules/pc8080/lib/messages.js +++ b/modules/pc8080/lib/messages.js @@ -1,10 +1,7 @@ /** * @fileoverview Defines message categories. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-18 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/nodebugger.js b/modules/pc8080/lib/nodebugger.js index 638c0f2ae..6516aacf0 100644 --- a/modules/pc8080/lib/nodebugger.js +++ b/modules/pc8080/lib/nodebugger.js @@ -1,10 +1,7 @@ /** * @fileoverview Compile-time definitions for Debugger-less configurations. * @author Jeff Parsons - * @version 1.0 - * Created 2016-May-12 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/panel.js b/modules/pc8080/lib/panel.js index fd780a0df..65778e021 100644 --- a/modules/pc8080/lib/panel.js +++ b/modules/pc8080/lib/panel.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC8080 Panel component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-19 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/ram.js b/modules/pc8080/lib/ram.js index 37238ffc6..051f3dcba 100644 --- a/modules/pc8080/lib/ram.js +++ b/modules/pc8080/lib/ram.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC8080 RAM component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-19 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/rom.js b/modules/pc8080/lib/rom.js index da0dee586..b60042bf3 100644 --- a/modules/pc8080/lib/rom.js +++ b/modules/pc8080/lib/rom.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC8080 ROM component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-19 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/serialport.js b/modules/pc8080/lib/serialport.js index 4ba66a468..ac9a189f0 100644 --- a/modules/pc8080/lib/serialport.js +++ b/modules/pc8080/lib/serialport.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC8080 SerialPort component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Aug-08 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pc8080/lib/video.js b/modules/pc8080/lib/video.js index 4c4ac5c83..3a79c5746 100644 --- a/modules/pc8080/lib/video.js +++ b/modules/pc8080/lib/video.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PC8080 Video component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-20 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/bin/x86gen.js b/modules/pcx86/bin/x86gen.js index bef6bf836..6217d3bd1 100644 --- a/modules/pcx86/bin/x86gen.js +++ b/modules/pcx86/bin/x86gen.js @@ -1,10 +1,7 @@ /** * @fileoverview This file generates PCjs 8086 mode-byte decoders. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Sep-08 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/bus.js b/modules/pcx86/lib/bus.js index 431df4159..e6d93388e 100644 --- a/modules/pcx86/lib/bus.js +++ b/modules/pcx86/lib/bus.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 Bus component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Sep-04 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/chipset.js b/modules/pcx86/lib/chipset.js index 07c96d1f0..aeea597aa 100644 --- a/modules/pcx86/lib/chipset.js +++ b/modules/pcx86/lib/chipset.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 ChipSet component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Sep-14 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/computer.js b/modules/pcx86/lib/computer.js index c9d3501a2..293c2b88d 100644 --- a/modules/pcx86/lib/computer.js +++ b/modules/pcx86/lib/computer.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 Computer component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-15 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/cpu.js b/modules/pcx86/lib/cpu.js index 5eb906117..73de14c10 100644 --- a/modules/pcx86/lib/cpu.js +++ b/modules/pcx86/lib/cpu.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 CPU component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Sep-04 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/debugger.js b/modules/pcx86/lib/debugger.js index b7411abbf..324126ec9 100644 --- a/modules/pcx86/lib/debugger.js +++ b/modules/pcx86/lib/debugger.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 Debugger component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-21 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/defines.js b/modules/pcx86/lib/defines.js index 5b7bfaa06..dabacef80 100644 --- a/modules/pcx86/lib/defines.js +++ b/modules/pcx86/lib/defines.js @@ -1,10 +1,7 @@ /** * @fileoverview PCx86-specific compile-time definitions. * @author Jeff Parsons - * @version 1.0 - * Created 2014-May-08 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/disk.js b/modules/pcx86/lib/disk.js index f2b2311b0..0100a85ad 100644 --- a/modules/pcx86/lib/disk.js +++ b/modules/pcx86/lib/disk.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements disk image support for both FDC and HDC. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Nov-26 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/fdc.js b/modules/pcx86/lib/fdc.js index b2911bfef..92afcbc59 100644 --- a/modules/pcx86/lib/fdc.js +++ b/modules/pcx86/lib/fdc.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 Floppy Drive Controller (FDC) component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Aug-09 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/hdc.js b/modules/pcx86/lib/hdc.js index 532fbf021..74abbac93 100644 --- a/modules/pcx86/lib/hdc.js +++ b/modules/pcx86/lib/hdc.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 Hard Drive Controller (HDC) component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Nov-26 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/interrupts.js b/modules/pcx86/lib/interrupts.js index 62dd8aec2..455afc625 100644 --- a/modules/pcx86/lib/interrupts.js +++ b/modules/pcx86/lib/interrupts.js @@ -1,10 +1,7 @@ /** * @fileoverview PCx86-specific BIOS/DOS interrupt definitions. * @author Jeff Parsons - * @version 1.0 - * Created 2014-Dec-11 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/keyboard.js b/modules/pcx86/lib/keyboard.js index bc5b5fa8f..723d38c82 100644 --- a/modules/pcx86/lib/keyboard.js +++ b/modules/pcx86/lib/keyboard.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 Keyboard component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-20 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/memory.js b/modules/pcx86/lib/memory.js index ed70294e4..f244160c1 100644 --- a/modules/pcx86/lib/memory.js +++ b/modules/pcx86/lib/memory.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 "physical" Memory component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Sep-04 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/messages.js b/modules/pcx86/lib/messages.js index 5d5d63b2b..b108468ea 100644 --- a/modules/pcx86/lib/messages.js +++ b/modules/pcx86/lib/messages.js @@ -1,10 +1,7 @@ /** * @fileoverview Defines message categories. * @author Jeff Parsons - * @version 1.0 - * Created 2014-Dec-11 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/mouse.js b/modules/pcx86/lib/mouse.js index 1355c92fa..cebfa12aa 100644 --- a/modules/pcx86/lib/mouse.js +++ b/modules/pcx86/lib/mouse.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 Mouse component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jul-01 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/nodebugger.js b/modules/pcx86/lib/nodebugger.js index 678f62d1a..2d632d516 100644 --- a/modules/pcx86/lib/nodebugger.js +++ b/modules/pcx86/lib/nodebugger.js @@ -1,10 +1,7 @@ /** * @fileoverview Compile-time definitions for Debugger-less configurations. * @author Jeff Parsons - * @version 1.0 - * Created 2014-May-08 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/panel.js b/modules/pcx86/lib/panel.js index d44df9236..a90bcff0c 100644 --- a/modules/pcx86/lib/panel.js +++ b/modules/pcx86/lib/panel.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 Panel component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-19 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/parallelport.js b/modules/pcx86/lib/parallelport.js index 82372bcc8..ea889fb3e 100644 --- a/modules/pcx86/lib/parallelport.js +++ b/modules/pcx86/lib/parallelport.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 ParallelPort component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jul-01 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/ram.js b/modules/pcx86/lib/ram.js index f003862e4..671229ecd 100644 --- a/modules/pcx86/lib/ram.js +++ b/modules/pcx86/lib/ram.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 RAM component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-15 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/rom.js b/modules/pcx86/lib/rom.js index f5a3f87ab..6567b3f83 100644 --- a/modules/pcx86/lib/rom.js +++ b/modules/pcx86/lib/rom.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 ROM component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-15 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/serialport.js b/modules/pcx86/lib/serialport.js index ff782e18e..8a04b0f6e 100644 --- a/modules/pcx86/lib/serialport.js +++ b/modules/pcx86/lib/serialport.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 SerialPort component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jul-01 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/video.js b/modules/pcx86/lib/video.js index c8b6da4ff..f8a35bf0f 100644 --- a/modules/pcx86/lib/video.js +++ b/modules/pcx86/lib/video.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements the PCx86 Video component. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-15 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/x86.js b/modules/pcx86/lib/x86.js index a9cb15ec5..86933679e 100644 --- a/modules/pcx86/lib/x86.js +++ b/modules/pcx86/lib/x86.js @@ -1,10 +1,7 @@ /** * @fileoverview Defines PCx86 constants. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Sep-05 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/x86cpu.js b/modules/pcx86/lib/x86cpu.js index 194092d64..b65d2e4f6 100644 --- a/modules/pcx86/lib/x86cpu.js +++ b/modules/pcx86/lib/x86cpu.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements PCx86 8086/8088 CPU logic. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Sep-05 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/x86fpu.js b/modules/pcx86/lib/x86fpu.js index ca5e93c74..e2c9a1d0d 100644 --- a/modules/pcx86/lib/x86fpu.js +++ b/modules/pcx86/lib/x86fpu.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements PCx86 8087 FPU logic. * @author Jeff Parsons - * @version 1.0 - * Created 2015-Nov-09 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/x86func.js b/modules/pcx86/lib/x86func.js index 58d3a5b7b..1d13a694a 100644 --- a/modules/pcx86/lib/x86func.js +++ b/modules/pcx86/lib/x86func.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements PCx86 8086 opcode helpers. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Sep-05 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/x86help.js b/modules/pcx86/lib/x86help.js index bcc89f56c..3c4f4bf21 100644 --- a/modules/pcx86/lib/x86help.js +++ b/modules/pcx86/lib/x86help.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements PCx86 opcode helpers. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Mar-04 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/x86mods.js b/modules/pcx86/lib/x86mods.js index 71ab398f3..87c9860c1 100644 --- a/modules/pcx86/lib/x86mods.js +++ b/modules/pcx86/lib/x86mods.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements PCx86 general-purpose ModRegRM decoding. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Mar-06 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/x86op0f.js b/modules/pcx86/lib/x86op0f.js index 728905c54..252d530a7 100644 --- a/modules/pcx86/lib/x86op0f.js +++ b/modules/pcx86/lib/x86op0f.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements PCx86 0x0F two-byte opcodes * @author Jeff Parsons - * @version 1.0 - * Created 2012-Sep-05 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/x86ops.js b/modules/pcx86/lib/x86ops.js index bb7101ac5..3db5d9750 100644 --- a/modules/pcx86/lib/x86ops.js +++ b/modules/pcx86/lib/x86ops.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements PCx86 8086 opcode decoding. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Sep-05 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pcx86/lib/x86seg.js b/modules/pcx86/lib/x86seg.js index b1d3d7b28..e8678112b 100644 --- a/modules/pcx86/lib/x86seg.js +++ b/modules/pcx86/lib/x86seg.js @@ -1,10 +1,7 @@ /** * @fileoverview Implements PCx86 X86 Segment Registers * @author Jeff Parsons - * @version 1.0 - * Created 2014-Sep-10 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/README.md b/modules/pdp11/README.md index 008d511f0..363bbf838 100644 --- a/modules/pdp11/README.md +++ b/modules/pdp11/README.md @@ -5,7 +5,7 @@ permalink: /modules/pdp11/ --- PDP-11 Machine Emulation Module (PDPjs) -========================================= +======================================= Overview --- diff --git a/modules/pdp11/bin/oct2hex.js b/modules/pdp11/bin/oct2hex.js index 5daa66fac..54fbcd904 100644 --- a/modules/pdp11/bin/oct2hex.js +++ b/modules/pdp11/bin/oct2hex.js @@ -1,10 +1,7 @@ /** * @fileoverview Converts octal constants to hex. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-04 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/bus.js b/modules/pdp11/lib/bus.js index 1f3dbe00e..9b3ef927a 100644 --- a/modules/pdp11/lib/bus.js +++ b/modules/pdp11/lib/bus.js @@ -1,8 +1,7 @@ /** * @fileoverview Implements the PDP11 Bus component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/computer.js b/modules/pdp11/lib/computer.js index 57dd720ff..abc29fb2f 100644 --- a/modules/pdp11/lib/computer.js +++ b/modules/pdp11/lib/computer.js @@ -1,8 +1,7 @@ /** * @fileoverview Implements the PDP11 Computer component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/cpu.js b/modules/pdp11/lib/cpu.js index 40412c24b..a3381ddeb 100644 --- a/modules/pdp11/lib/cpu.js +++ b/modules/pdp11/lib/cpu.js @@ -1,8 +1,7 @@ /** * @fileoverview Controls the PDP11 CPU component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/cpuops.js b/modules/pdp11/lib/cpuops.js index b859c6d5a..b5f7a15c7 100644 --- a/modules/pdp11/lib/cpuops.js +++ b/modules/pdp11/lib/cpuops.js @@ -1,8 +1,7 @@ /** * @fileoverview Implements PDP11 opcode handlers. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/cpustate.js b/modules/pdp11/lib/cpustate.js index 7e37f91b3..db17473df 100644 --- a/modules/pdp11/lib/cpustate.js +++ b/modules/pdp11/lib/cpustate.js @@ -1,8 +1,7 @@ /** * @fileoverview Implements the PDP11 CPU component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/debugger.js b/modules/pdp11/lib/debugger.js index 4a584ad66..05d98af18 100644 --- a/modules/pdp11/lib/debugger.js +++ b/modules/pdp11/lib/debugger.js @@ -1,8 +1,7 @@ /** * @fileoverview Implements the PDP11 Debugger component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/defines.js b/modules/pdp11/lib/defines.js index 95a4983f7..147c603c0 100644 --- a/modules/pdp11/lib/defines.js +++ b/modules/pdp11/lib/defines.js @@ -1,8 +1,7 @@ /** * @fileoverview PDP11-specific compile-time definitions. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/device.js b/modules/pdp11/lib/device.js index 47aa06c2e..fbc74f654 100644 --- a/modules/pdp11/lib/device.js +++ b/modules/pdp11/lib/device.js @@ -1,8 +1,7 @@ /** * @fileoverview Implements PDP11 device support. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-20 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/keyboard.js b/modules/pdp11/lib/keyboard.js index e8b0c9189..223eb7e3c 100644 --- a/modules/pdp11/lib/keyboard.js +++ b/modules/pdp11/lib/keyboard.js @@ -1,8 +1,7 @@ /** * @fileoverview Implements the PDP11 Keyboard component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/memory.js b/modules/pdp11/lib/memory.js index ba4c0080a..71c2599e5 100644 --- a/modules/pdp11/lib/memory.js +++ b/modules/pdp11/lib/memory.js @@ -1,8 +1,7 @@ /** * @fileoverview Implements the PDP11 Memory component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/messages.js b/modules/pdp11/lib/messages.js index 3f09fe0bb..38ca2f2c2 100644 --- a/modules/pdp11/lib/messages.js +++ b/modules/pdp11/lib/messages.js @@ -1,8 +1,7 @@ /** * @fileoverview Defines PDP11 message categories. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/nodebugger.js b/modules/pdp11/lib/nodebugger.js index 4b4f7d92a..37799a030 100644 --- a/modules/pdp11/lib/nodebugger.js +++ b/modules/pdp11/lib/nodebugger.js @@ -1,8 +1,7 @@ /** * @fileoverview Compile-time definitions for Debugger-less configurations. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/panel.js b/modules/pdp11/lib/panel.js index 25c9da565..3bb09c339 100644 --- a/modules/pdp11/lib/panel.js +++ b/modules/pdp11/lib/panel.js @@ -1,8 +1,7 @@ /** * @fileoverview Implements the PDP11 Panel component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/ram.js b/modules/pdp11/lib/ram.js index 528295035..ae533f7ed 100644 --- a/modules/pdp11/lib/ram.js +++ b/modules/pdp11/lib/ram.js @@ -1,8 +1,7 @@ /** * @fileoverview Implements the PDP11 RAM component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/rom.js b/modules/pdp11/lib/rom.js index a8d0844f8..baa978281 100644 --- a/modules/pdp11/lib/rom.js +++ b/modules/pdp11/lib/rom.js @@ -1,8 +1,7 @@ /** * @fileoverview Implements the PDP11 ROM component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Sep-03 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/pdp11/lib/serialport.js b/modules/pdp11/lib/serialport.js index 9e3d9fcd7..9b14a54b7 100644 --- a/modules/pdp11/lib/serialport.js +++ b/modules/pdp11/lib/serialport.js @@ -1,8 +1,7 @@ /** * @fileoverview Implements the PDP11 SerialPort component. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Oct-04 + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/component.js b/modules/shared/lib/component.js index 6e70c0d90..ed6a9f9eb 100644 --- a/modules/shared/lib/component.js +++ b/modules/shared/lib/component.js @@ -1,10 +1,7 @@ /** * @fileoverview The Component class used by all PCjs components. * @author Jeff Parsons - * @version 1.0 - * Created 2012-May-14 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/debugger.js b/modules/shared/lib/debugger.js index 168438853..481c66320 100644 --- a/modules/shared/lib/debugger.js +++ b/modules/shared/lib/debugger.js @@ -1,10 +1,7 @@ /** * @fileoverview Common PCjs Debugger support. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-21 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/defines.js b/modules/shared/lib/defines.js index 8e293612a..4fa92f6f5 100644 --- a/modules/shared/lib/defines.js +++ b/modules/shared/lib/defines.js @@ -1,10 +1,7 @@ /** * @fileoverview Compile-time definitions used by C1Pjs and PCjs. * @author Jeff Parsons - * @version 1.0 - * Created 2014-May-08 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/diskapi.js b/modules/shared/lib/diskapi.js index 84fd9cbe7..dead0dc19 100644 --- a/modules/shared/lib/diskapi.js +++ b/modules/shared/lib/diskapi.js @@ -1,10 +1,7 @@ /** * @fileoverview Disk APIs, as defined by httpapi.js and consumed by disk.js * @author Jeff Parsons - * @version 1.0 - * Created 2014-May-08 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/dumpapi.js b/modules/shared/lib/dumpapi.js index c91d13beb..290d47dec 100644 --- a/modules/shared/lib/dumpapi.js +++ b/modules/shared/lib/dumpapi.js @@ -1,10 +1,7 @@ /** * @fileoverview Disk APIs, as defined by diskdump.js and consumed by disk.js * @author Jeff Parsons - * @version 1.0 - * Created 2014-May-08 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/embed.js b/modules/shared/lib/embed.js index c955260be..74895da68 100644 --- a/modules/shared/lib/embed.js +++ b/modules/shared/lib/embed.js @@ -1,10 +1,7 @@ /** * @fileoverview C1Pjs and PCjs embedding functionality. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Aug-28 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/externs.js b/modules/shared/lib/externs.js index e1a6509b9..f9368e8c7 100644 --- a/modules/shared/lib/externs.js +++ b/modules/shared/lib/externs.js @@ -1,10 +1,7 @@ /** * @fileoverview Externs used by PCjs and C1Pjs (for the Closure Compiler) * @author Jeff Parsons - * @version 1.0 - * Created 2012-Dec-04 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/keys.js b/modules/shared/lib/keys.js index ac80f390e..e0f841542 100644 --- a/modules/shared/lib/keys.js +++ b/modules/shared/lib/keys.js @@ -1,10 +1,7 @@ /** * @fileoverview Defines browser keyboard constants. * @author Jeff Parsons - * @version 1.0 - * Created 2012-Jun-20 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/netlib.js b/modules/shared/lib/netlib.js index 560c3a747..01defd8f4 100644 --- a/modules/shared/lib/netlib.js +++ b/modules/shared/lib/netlib.js @@ -1,10 +1,7 @@ /** * @fileoverview Net-related functions * @author Jeff Parsons (@jeffpar) - * @version 1.0 - * Created 2014-03-16 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/nodebug.js b/modules/shared/lib/nodebug.js index 16f2f9ab0..b06f30e68 100644 --- a/modules/shared/lib/nodebug.js +++ b/modules/shared/lib/nodebug.js @@ -1,10 +1,7 @@ /** * @fileoverview Compile-time definitions for non-DEBUG configurations. * @author Jeff Parsons - * @version 1.0 - * Created 2014-Aug-22 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/private.js b/modules/shared/lib/private.js index 9ad74208d..efea19a4e 100644 --- a/modules/shared/lib/private.js +++ b/modules/shared/lib/private.js @@ -1,10 +1,7 @@ /** * @fileoverview Definitions for PRIVATE configurations. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Apr-14 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/proclib.js b/modules/shared/lib/proclib.js index 086b51022..17877a0e2 100644 --- a/modules/shared/lib/proclib.js +++ b/modules/shared/lib/proclib.js @@ -1,10 +1,7 @@ /** * @fileoverview Process-related helper functions * @author Jeff Parsons (@jeffpar) - * @version 1.0 - * Created 2014-05-07 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/reportapi.js b/modules/shared/lib/reportapi.js index aea3f8a5f..941cc13be 100644 --- a/modules/shared/lib/reportapi.js +++ b/modules/shared/lib/reportapi.js @@ -1,10 +1,7 @@ /** * @fileoverview Report API, as defined by httpapi.js * @author Jeff Parsons - * @version 1.0 - * Created 2014-May-13 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/save.js b/modules/shared/lib/save.js index 548e4564a..54347ad41 100644 --- a/modules/shared/lib/save.js +++ b/modules/shared/lib/save.js @@ -1,10 +1,7 @@ /** * @fileoverview PCjs save functionality. * @author Jeff Parsons - * @version 1.0 - * Created 2016-Feb-17 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/sockets.js b/modules/shared/lib/sockets.js index c2b404397..34e8f212f 100644 --- a/modules/shared/lib/sockets.js +++ b/modules/shared/lib/sockets.js @@ -1,10 +1,7 @@ /** * @fileoverview Experimental code included by HTMLOut() only if "--sockets" * @author Jeff Parsons - * @version 1.0 - * Created 2014-Apr-29 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/state.js b/modules/shared/lib/state.js index 9dc1655bd..9b122a3ba 100644 --- a/modules/shared/lib/state.js +++ b/modules/shared/lib/state.js @@ -1,10 +1,7 @@ /** * @fileoverview The State class used by PCjs machines. * @author Jeff Parsons - * @version 1.0 - * Created 2012-May-14 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/strlib.js b/modules/shared/lib/strlib.js index b5aec8fdc..e0ea069ce 100644 --- a/modules/shared/lib/strlib.js +++ b/modules/shared/lib/strlib.js @@ -1,10 +1,7 @@ /** * @fileoverview String-related helper functions * @author Jeff Parsons (@jeffpar) - * @version 1.0 - * Created 2014-03-09 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/userapi.js b/modules/shared/lib/userapi.js index b5baa8fb1..884d78d38 100644 --- a/modules/shared/lib/userapi.js +++ b/modules/shared/lib/userapi.js @@ -1,10 +1,7 @@ /** * @fileoverview User API, as defined by httpapi.js * @author Jeff Parsons - * @version 1.0 - * Created 2014-May-13 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/usrlib.js b/modules/shared/lib/usrlib.js index 18fadd948..fa1455910 100644 --- a/modules/shared/lib/usrlib.js +++ b/modules/shared/lib/usrlib.js @@ -1,10 +1,7 @@ /** * @fileoverview Assorted helper functions * @author Jeff Parsons (@jeffpar) - * @version 1.0 - * Created 2014-03-09 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/shared/lib/weblib.js b/modules/shared/lib/weblib.js index 157febc84..ae7e3cce4 100644 --- a/modules/shared/lib/weblib.js +++ b/modules/shared/lib/weblib.js @@ -1,10 +1,7 @@ /** * @fileoverview Browser-related helper functions * @author Jeff Parsons (@jeffpar) - * @version 1.0 - * Created 2014-05-08 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . * diff --git a/modules/textout/lib/textout.js b/modules/textout/lib/textout.js index 657136b57..a85a2a3b6 100644 --- a/modules/textout/lib/textout.js +++ b/modules/textout/lib/textout.js @@ -1,10 +1,7 @@ /** * @fileoverview Provides miscellaneous text-munging services * @author Jeff Parsons (@jeffpar) - * @version 1.0 - * Created 2015-Apr-04 - * - * Copyright © 2012-2016 Jeff Parsons + * @copyright Jeff Parsons 2012-2016 * * This file is part of PCjs, a computer emulation software project at . *