Fix a few more links

This commit is contained in:
Jeff Parsons 2015-07-18 17:48:09 -07:00
commit faf51b1bed
2 changed files with 3 additions and 2 deletions

View file

@ -171,6 +171,7 @@ var asNonDirectories = [
"COPYING",
"LICENSE",
"README",
"MAKEFILE",
"makefile"
];

View file

@ -39,9 +39,9 @@ At the time of this writing, the recommended order is:
* [pcjs/x86.js](x86.js)
* [pcjs/x86seg.js](x86seg.js)
* [pcjs/x86cpu.js](x86cpu.js)
* [pcjs/x86func.js](x86func.js)
* [pcjs/x86opxx.js](x86opxx.js)
* [pcjs/x86ops.js](x86ops.js)
* [pcjs/x86op0f.js](x86op0f.js)
* [pcjs/x86func.js](x86func.js)
* [pcjs/x86modb.js](x86modb.js)
* [pcjs/x86modw.js](x86modw.js)
* [pcjs/x86modb16.js](x86modb16.js)