Updated 8080 test machine README

This commit is contained in:
Jeff Parsons 2016-04-29 19:22:36 -07:00
commit 49bcb1af62
4 changed files with 22 additions and 2 deletions

View file

@ -186,7 +186,8 @@ var asNonDirectories = [
];
/*
* A list of plain-text file types that we want the server to serve up with mime-type "text/plain".
* A list of plain-text file types that we want the server to serve up with mime-type "text/plain";
* all extensions are lower-cased before being checked.
*/
var asExtsPlainText = [
"65v",
@ -194,6 +195,7 @@ var asExtsPlainText = [
"bas",
"hex",
"inc",
"mac",
"map",
"nasm",
"txt"

View file

@ -26,6 +26,7 @@ PC8080 is currently comprised of the following non-shared components, as listed
* [cpu.js](/modules/pc8080/lib/cpu.js)
* [cpusim.js](/modules/pc8080/lib/cpusim.js)
* [cpuops.js](/modules/pc8080/lib/cpuops.js)
* [chipset.js](/modules/pc8080/lib/chipset.js)
* [rom.js](/modules/pc8080/lib/rom.js)
* [ram.js](/modules/pc8080/lib/ram.js)
* [keyboard.js](/modules/pc8080/lib/keyboard.js)