Clarified some disk names, and cleaned up the XSL generation process

This commit is contained in:
Jeff Parsons 2016-04-30 11:43:22 -07:00
commit ecf76e0904
10 changed files with 58 additions and 88 deletions

View file

@ -15,7 +15,7 @@ calls so that you can see its progress in the Control Panel window. It's a "hea
(no keyboard or display), so that's all you get.
The good news: PC8080 passes all the 8080 Exerciser tests. And it doesn't do it by using all sorts of weird
"flags tables", which most other 8080 emulations seem to fall back on.
"flags tables" that most other 8080 emulators seem to fall back on.
Like all the other CPU emulations in the PCjs Project, PC8080 never "calculates" the flags unless/until they are
actually required, which considerably speeds up arithmetic operations.