Updated module READMEs
This commit is contained in:
parent
ecf76e0904
commit
5855bbd6c3
4 changed files with 35 additions and 5 deletions
27
modules/c1pjs/README.md
Normal file
27
modules/c1pjs/README.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
layout: page
|
||||
title: Challenger 1P Emulation Module (C1Pjs)
|
||||
permalink: /modules/c1pjs/
|
||||
---
|
||||
|
||||
Challenger 1P Emulation Module (C1Pjs)
|
||||
===
|
||||
|
||||
Overview
|
||||
---
|
||||
C1Pjs is an 6502-based Machine Emulation Module for the Ohio Scientific Challenger 1P.
|
||||
|
||||
C1Pjs is currently comprised of the following non-shared components, as listed in [package.json](../../package.json)
|
||||
(see the *c1pJSFiles* property):
|
||||
|
||||
* [defines.js](lib/defines.js)
|
||||
* [panel.js](lib/panel.js)
|
||||
* [cpu.js](lib/cpu.js)
|
||||
* [rom.js](lib/rom.js)
|
||||
* [ram.js](lib/ram.js)
|
||||
* [keyboard.js](lib/keyboard.js)
|
||||
* [video.js](lib/video.js)
|
||||
* [serial.js](lib/serial.js)
|
||||
* [disk.js](lib/disk.js)
|
||||
* [debugger.js](lib/debugger.js)
|
||||
* [computer.js](lib/computer.js)
|
||||
Loading…
Reference in a new issue