From 37b89c6b379fd63c62f4243db6f0d90e9da0a69f Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 2 Jul 2015 11:12:51 -0700 Subject: [PATCH] More VGA tests --- tests/pc/vga/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/pc/vga/README.md b/tests/pc/vga/README.md index 28d07d1b8..77c6b1d62 100644 --- a/tests/pc/vga/README.md +++ b/tests/pc/vga/README.md @@ -53,6 +53,9 @@ List of VGA Samples from [Michael Abrash's Graphics Programming Black Book](http * [Chapter 30](https://github.com/jeffpar/abrash-black-book/blob/master/src/chapter-30.md) * [L30-1.ASM: Demonstrates the VGA/EGA split screen in action](L30-1.ASM) * [L30-2.ASM: Demonstrates the interaction of the split screen and horizontal pel panning](L30-2.ASM) + * [Chapter 31](https://github.com/jeffpar/abrash-black-book/blob/master/src/chapter-31.md) + * [L31-1.ASM: Demonstrates pixel drawing in 320x400 256-color mode on the VGA](L31-1.ASM) + * [L31-2.ASM: Demonstrate the two pages available in 320x400 256-color modes on a VGA](L31-2.ASM) ---