From a04037244b3f958a2f80d7896fead7efccc5e9ff Mon Sep 17 00:00:00 2001 From: Alan Garfield Date: Tue, 3 Apr 2018 23:06:11 +1000 Subject: [PATCH] Fix readme colour table --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 974174e..8408cdf 100644 --- a/README.md +++ b/README.md @@ -77,28 +77,28 @@ Most boards support PS/2 input and VGA output. This is the most support method, Unlike the original Apple 1 this implementation can (depending on board you are using and it's support) change the foreground and bbackground colours of the VGA output, as well as differnet scanline modes for the font. These controls are mapped to memory locations you can tweak using WozMon and are reset back to defaults when the system is reset. - Register | Function | Description - -------- | -------- | ----------- - 0xC000 | Font | 00 - Default - | | 01 - Vertical scanlines - | | 02 - Horizontal scanlines - | | 03 - Dot mode - 0xC001 | Foreground | 00 - Black - | | 01 - Blue - | | 02 - Green - | | 03 - Cyan - | | 04 - Red - | | 05 - Magenta - | | 06 - Yellow - | | 06 - White - 0xC002 | Background | 00 - Black - | | 01 - Blue - | | 02 - Green - | | 03 - Cyan - | | 04 - Red - | | 05 - Magenta - | | 06 - Yellow - | | 06 - White + | Register | Function | Value | Description | + | --- | --- | --- | --- | + | 0xC000 | Font | 00 | Default + | | Font | 01 | Vertical scanlines + | | Font | 02 | Horizontal scanlines + | | Font |03 | Dot mode + | 0xC001 | Foreground | 00 | Black + | | Foreground | 01 | Blue + | | Foreground | 02 | Green + | | Foreground | 03 | Cyan + | | Foreground | 04 | Red + | | Foreground | 05 | Magenta + | | Foreground | 06 | Yellow + | | Foreground | 06 | White + | 0xC002 | Background | 00 | Black + | | Background | 01 | Blue + | | Background | 02 | Green + | | Background | 03 | Cyan + | | Background | 04 | Red + | | Background | 05 | Magenta + | | Background | 06 | Yellow + | | Background | 06 | White ## Helping