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"