From 4dcb96db54d6cec2eaab133ac928256ca97a8be6 Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Wed, 21 Sep 2005 18:45:20 +0000 Subject: - mode 0x11: all color planes must be enabled in this 2-color VGA mode --- vgatables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- cgit v1.2.3