From 59b6dd3be6ed61dfb1d2ba129a63d5664a6970b1 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 2 May 2016 09:01:06 -0700 Subject: [PATCH] Ported some PCjs drawing code to PC8080, still needs work though --- devices/pc8080/machine/invaders/machine.xml | 2 +- docs/pcjs/chipset/README.md | 21 +- docs/pcjs/component/README.md | 22 +- docs/pcjs/computer/README.md | 22 +- docs/pcjs/cpu/README.md | 32 +- docs/pcjs/debugger/README.md | 24 +- docs/pcjs/examples/pc-dbg.js | 2 +- docs/pcjs/examples/pc.js | 2 +- docs/pcjs/fdc/README.md | 38 +- docs/pcjs/hdc/README.md | 25 +- docs/pcjs/keyboard/README.md | 21 +- docs/pcjs/machine/README.md | 20 +- docs/pcjs/mouse/README.md | 21 +- docs/pcjs/panel/README.md | 41 +- docs/pcjs/parallel/README.md | 21 +- docs/pcjs/ram/README.md | 21 +- docs/pcjs/rom/README.md | 21 +- docs/pcjs/serial/README.md | 21 +- docs/pcjs/video/README.md | 60 ++- modules/pc8080/lib/cpusim.js | 10 +- modules/pc8080/lib/video.js | 198 +++++++++- versions/pc8080/1.22.0/pc8080-dbg.js | 390 ++++++++++---------- versions/pc8080/1.22.0/pc8080.js | 245 ++++++------ 23 files changed, 781 insertions(+), 499 deletions(-) diff --git a/devices/pc8080/machine/invaders/machine.xml b/devices/pc8080/machine/invaders/machine.xml index 7c9dc4ea4..c31302e53 100644 --- a/devices/pc8080/machine/invaders/machine.xml +++ b/devices/pc8080/machine/invaders/machine.xml @@ -9,7 +9,7 @@ -