1
0
Fork 0

Fixed attribtes to only use the lower 6 bits.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@456
This commit is contained in:
Sjoerd van der Berg 2002-10-28 14:38:23 +00:00
parent 3dfafb6dde
commit 2bc9299c3b

View file

@ -40,6 +40,7 @@ void write_p3c0(Bit32u port,Bit8u val) {
case 0x04: case 0x05: case 0x06: case 0x07:
case 0x08: case 0x09: case 0x0a: case 0x0b:
case 0x0c: case 0x0d: case 0x0e: case 0x0f:
val&=0x3f;
attr(palette[attr(index)])=val;
VGA_DAC_CombineColor(attr(index),val);
/*