Save the map mask to a lookup value
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@176
This commit is contained in:
parent
bf747fff94
commit
95849cbc04
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ void write_p3c5(Bit32u port,Bit8u val) {
|
|||
case 2: /* Map Mask */
|
||||
seq(map_mask)=val & 15;
|
||||
vga.config.full_map_mask=FillTable[val & 15];
|
||||
vga.config.full_not_map_mask=~vga.config.full_map_mask;
|
||||
/*
|
||||
0 Enable writes to plane 0 if set
|
||||
1 Enable writes to plane 1 if set
|
||||
|
|
Loading…
Add table
Reference in a new issue