From fb490b62dac8cb989511d38ec8224630ed0d15f6 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sun, 28 Jun 2015 20:59:37 -0700 Subject: [PATCH] Updated README --- tests/pc/vga/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/pc/vga/README.md b/tests/pc/vga/README.md index 22629f710..c941a4573 100644 --- a/tests/pc/vga/README.md +++ b/tests/pc/vga/README.md @@ -37,6 +37,10 @@ List of VGA Samples from [Michael Abrash's Graphics Programming Black Book](http * [Chapter 26](https://github.com/jeffpar/abrash-black-book/blob/master/src/chapter-26.md) * [L26-1.ASM: Illustrates operation of write mode 3 of the VGA](L26-1.ASM) * [L26-2.ASM: Illustrates high-speed text-drawing operation of write mode 3 of the VGA](L26-2.ASM) + * [Chapter 27](https://github.com/jeffpar/abrash-black-book/blob/master/src/chapter-27.md) + * [L27-1.ASM: Illustrates one use of write mode 2 of the VGA and EGA by animating the image of an "A"](L27-1.ASM) + * [L27-2.ASM: Illustrates one use of write mode 2 of the VGA and EGA by drawing lines in color patterns](L27-2.ASM) + * [L27-3.ASM: Illustrates flipping from bit-mapped graphics mode to text mode and back](L27-3.ASM) ---