This commit is contained in:
John Bintz 2024-05-27 08:45:40 -04:00
parent 1a5dc08e5b
commit 571a161d34
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ because I *really don't* want to deal with segment:offset addressing.
C code that exercises a bunch of the VGA registers by transforming a colored
cube of all 256 VGA colors in different ways. The display is set to unchained
mode. Lots of latch copies and trasnforming data with stuff in the latches.
mode. Lots of latch copies and transforming data with stuff in the latches.
The core of the transformation code is in `vga.asm`, which is also where the
keyboard handler for exiting the program lives.