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:
parent
3dfafb6dde
commit
2bc9299c3b
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue