summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Ruppert <info@vruppert.de>2005-09-21 18:45:20 +0000
committerVolker Ruppert <info@vruppert.de>2005-09-21 18:45:20 +0000
commit4dcb96db54d6cec2eaab133ac928256ca97a8be6 (patch)
tree5ab7a6ea80e5d137195c770a5d852aeb59cd42a1
parent6dd96b22efe36aadc916437b11c55255f6ad74b0 (diff)
- mode 0x11: all color planes must be enabled in this 2-color VGA mode
-rw-r--r--vgatables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vgatables.h b/vgatables.h
index e5eca1e..83c4504 100644
--- a/vgatables.h
+++ b/vgatables.h
@@ -175,7 +175,7 @@ static Bit8u actl_regs[ACTL_MAX_MODEL+1][ACTL_MAX_REG+1]=
/* 04 */ 0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,0x01,0x00,0x0f,0x00,0x00,
/* 05 */ 0x00,0x08,0x00,0x00,0x18,0x18,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x18,0x00,0x00,0x01,0x00,0x01,0x00,0x00,
/* 06 */ 0x00,0x01,0x02,0x03,0x04,0x05,0x14,0x07,0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,0x01,0x00,0x0f,0x00,0x00,
- /* 07 */ 0x00,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x01,0x00,0x01,0x00,0x00,
+ /* 07 */ 0x00,0x3f,0x00,0x3f,0x00,0x3f,0x00,0x3f,0x00,0x3f,0x00,0x3f,0x00,0x3f,0x00,0x3f,0x01,0x00,0x0f,0x00,0x00,
/* 08 */ 0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,0x41,0x00,0x0f,0x00,0x00
};