Updated aspect ratio for CGA configs and added experimental 'aspect' URL parameter

This commit is contained in:
Jeff Parsons 2016-04-01 21:34:47 -07:00
commit d50f0ebb1a
44 changed files with 6634 additions and 318 deletions

View file

@ -1,8 +1,26 @@
PCjs Node Modules
---
layout: page
title: PCjs Project Modules
permalink: /modules/
---
Project Modules
===
This folder contains all the **PCjs** JavaScript source code, organized into Node modules. It is the counterpart to
**node_modules**, where all the *public* Node modules are installed.
This folder contains all the JavaScript source code for the PCjs Project, organized into Node modules.
It is the counterpart to **node_modules**, where all the *public* Node modules are installed.
The project includes these Emulation Modules:
* C1Pjs, the 6502-based C1P Emulation Module
* [PCjs](pcjs/), the x86-based IBM PC Emulation Module
along with variety of support modules, such as:
* [DiskDump](diskdump/)
* [FileDump](filedump/)
* [HTMLOut](htmlout/)
* [MarkOut](markout/)
Only private Node modules are checked into this project. If any of these modules are later published on
[npmjs.org](http://npmjs.org), then they will be moved to **node_modules** and removed from this folder.