README update
This commit is contained in:
parent
63490d0f8e
commit
c968de0aae
1 changed files with 3 additions and 3 deletions
|
|
@ -7,10 +7,10 @@ permalink: /modules/
|
||||||
Project Modules
|
Project Modules
|
||||||
===
|
===
|
||||||
|
|
||||||
This folder contains all the JavaScript source code for the PCjs Project, organized into Node modules.
|
The **modules** 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.
|
It is our *private* counterpart to the **node_modules** folder, where all *public* Node modules are installed.
|
||||||
|
|
||||||
The project includes these Emulation Modules:
|
The project includes these emulation modules:
|
||||||
|
|
||||||
* C1Pjs, the 6502-based C1P Emulation Module
|
* C1Pjs, the 6502-based C1P Emulation Module
|
||||||
* [PCjs](pcjs/), the x86-based IBM PC Emulation Module
|
* [PCjs](pcjs/), the x86-based IBM PC Emulation Module
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue