1
0
Fork 0

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:
Peter Veenstra 2006-09-10 13:21:43 +00:00
parent aea9c0fa83
commit 0cee9f42c7

View file

@ -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() {