disable flipflop to index reset on reading port 0x3c1. Patch 1214516
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2223
This commit is contained in:
parent
f3ef0ec55c
commit
fc628ada18
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void write_p3c0(Bitu port,Bitu val,Bitu iolen) {
|
|||
}
|
||||
|
||||
Bitu read_p3c1(Bitu port,Bitu iolen) {
|
||||
vga.internal.attrindex=false;
|
||||
// vga.internal.attrindex=false;
|
||||
switch (attr(index)) {
|
||||
/* Palette */
|
||||
case 0x00: case 0x01: case 0x02: case 0x03:
|
||||
|
|
Loading…
Add table
Reference in a new issue