pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-09-30 12:00:07 -07:00
..
build/lib Fixed PCx86 command-line utility 2016-05-26 21:29:57 -07:00
c1pjs Updated Closure Compiler to v20160911, so now we have a version that supports ECMAScript 6, but I'm not going to go bonkers on ES6 features just yet; the first feature I'm going to use is support for octal and binary constants (of the form 0onnnn and 0bnnnn) 2016-09-24 16:03:57 -07:00
diskdump Added support for converting numbers to/from octal, along with improved support for binary numbers 2016-09-15 18:23:09 -07:00
filedump Added support for converting numbers to/from octal, along with improved support for binary numbers 2016-09-15 18:23:09 -07:00
grunts Updated JavaScript open-source headers 2016-05-27 08:46:13 -07:00
htmlout Groundwork for a PDP-11 emulator (starting with a gutted copy of PC8080) 2016-09-03 17:43:06 -07:00
markout Groundwork for a PDP-11 emulator (starting with a gutted copy of PC8080) 2016-09-03 17:43:06 -07:00
pc6502/lib New improved I/O handler functions for the PDP-11 2016-09-21 12:44:25 -07:00
pc8080 Across-the-board debugger fix 2016-09-27 09:34:56 -07:00
pcx86 Across-the-board debugger fix 2016-09-27 09:34:56 -07:00
pdp11 Laying the groundwork for an attempt at PDP-11 cycle counting (it won't be exact, but it should be close) 2016-09-30 12:00:07 -07:00
shared Allow the PDP-11 debugger to use parentheses for sub-expressions 2016-09-29 09:38:17 -07:00
textout Some more Debugger factoring 2016-09-14 21:11:57 -07:00
README.md Bumped version to 1.30 in honor of the PDP11 module that's being integrated, along with my first attempt to use a newer version of the Closure Compiler (ie, the JavaScript version), as well as giving Gulp a try -- although Gulp leaves just as bad a taste in my mouth as Grunt did 2016-09-13 15:33:17 -07:00

layout title permalink
page PCjs Project Modules /modules/

PCjs Project Modules

This folder contains all the JavaScript modules for the PCjs Project. It is our private counterpart to the node_modules folder, where all public Node modules are typically installed.

The project currently includes these emulation modules:

along with variety of Node support modules, such as:

Only private Node modules are checked into the project. If any of these modules are later published on npmjs.org, then they will be moved to node_modules and removed from this folder.