mirror of https://github.com/xqemu/xqemu.git
vga: improve documentation
Add links to chipset docs and FreeVGA site. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
5e55efc9e7
commit
47c012e21c
12
hw/vga.c
12
hw/vga.c
|
@ -37,6 +37,18 @@
|
||||||
|
|
||||||
//#define DEBUG_BOCHS_VBE
|
//#define DEBUG_BOCHS_VBE
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Video Graphics Array (VGA)
|
||||||
|
*
|
||||||
|
* Chipset docs for original IBM VGA:
|
||||||
|
* http://www.mcamafia.de/pdf/ibm_vgaxga_trm2.pdf
|
||||||
|
*
|
||||||
|
* FreeVGA site:
|
||||||
|
* http://www.osdever.net/FreeVGA/home.htm
|
||||||
|
*
|
||||||
|
* Standard VGA features and Bochs VBE extensions are implemented.
|
||||||
|
*/
|
||||||
|
|
||||||
/* force some bits to zero */
|
/* force some bits to zero */
|
||||||
const uint8_t sr_mask[8] = {
|
const uint8_t sr_mask[8] = {
|
||||||
0x03,
|
0x03,
|
||||||
|
|
Loading…
Reference in New Issue