pcjs/tests/pcx86/vga/README.md

8.8 KiB

layout title permalink redirect_from machines
page VGA "Black Book" Tests /tests/pcx86/vga/
/tests/pc/vga/
type id debugger config autoMount
pcx86 deskpro386 true /devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/machine.xml
A B
path
/disks/pcx86/dos/compaq/3.31/COMPAQ-DOS331-DISK2.json
path
/tests/pcx86/vga/VGABIN.json

VGA "Black Book" Tests

To aid in the development of PCjs VGA support, I've added some VGA tests to the project. For now, the only "tests" are samples taken directly from Michael Abrash's Graphics Programming Black Book, which you can run in the VGA "Black Book" Test Machine below.

Abrash's book is available on many sites, but I'm partial to the Markdown version that James Gregory has made available on GitHub, because (a) it's a brilliant way to render and share the text, and (b) it apparently has Abrash's blessing, so I feel more comfortable forking it, using it, and resharing it.

The main reasons for my fork are to make the book's images display properly on GitHub, and to extract and add assorted source code listings as I need them. Since that project's /src folder contains just the book's text, I've added a /code folder for the source code listings. The name of each source code file matches the name displayed in the text (eg, L23-1.ASM is Listing 23.1 from Chapter 23).

I assume something similar was done on the CD-ROM that accompanied the Black Book, but since I don't have the original book or its CD-ROM, I'm extracting the source code directly from the Markdown text, and then "tabifying" it with 8-column tab stops.

Development of PCjs VGA support has just begun (June 2015), so don't expect everything here to to run properly yet.


List of VGA Samples from Michael Abrash's Graphics Programming Black Book:


Also, I've updated the PCjs Library disk collection to include a disk containing executables built from the sources in this directory:

<disk path="/tests/pcx86/vga/VGABIN.json">VGA Tests (Black Book)</disk>

The "VGA Tests (Black Book)" disk image (VGABIN) was built with this command:

diskdump --dir=bin --format=json --output=VGABIN.json

Alternatively, if path refers to a directory (ending with a slash) instead of a disk image, the PCjs client will ask the PCjs web server to enumerate the contents of that directory and send back a JSON-encoded disk image containing all the files in that directory (including any subdirectories) every time that disk is requested. Since this puts an added burden on the server, it's best to do this only when running PCjs from a local PCjs web server.

<disk path="/tests/pcx86/vga/">VGA Tests (Black Book)</disk>

One advantage of using DiskDump is that it automatically converts linefeeds in known text files (including ASM files) into DOS-compatible CR/LF sequences.

VGA "Black Book" Test Machine

The Compaq DeskPro 386 machine below loads the "VGA Tests (Black Book)" disk from the PCjs Library disk collection into Drive B. Click the "Run" button to start the machine.

{% include machine.html id="deskpro386" %}