Appy patch "[ 1555189 ] Fix for Alien Breed" from Vasyl Tsvirkunov
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2698
This commit is contained in:
parent
aea9c0fa83
commit
0cee9f42c7
1 changed files with 2 additions and 0 deletions
|
@ -290,6 +290,8 @@ public:
|
|||
pixels.d&=vga.config.full_not_map_mask;
|
||||
pixels.d|=(data & vga.config.full_map_mask);
|
||||
vga.mem.latched[addr].d=pixels.d;
|
||||
if(vga.config.compatible_chain4)
|
||||
vga.mem.latched[addr+64*1024].d=pixels.d;
|
||||
}
|
||||
public:
|
||||
VGA_UnchainedVGA_Handler() {
|
||||
|
|
Loading…
Add table
Reference in a new issue