1
0
Fork 0

patch to latch bytepanning at display start. Fixes some graphic distortion with commanche. (Danke h-a-l-9000)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3275
This commit is contained in:
Peter Veenstra 2009-01-26 20:23:44 +00:00
parent 6945f3e81f
commit 5a228425fd
2 changed files with 8 additions and 6 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: vga.h,v 1.44 2008-08-24 16:43:06 qbix79 Exp $ */
/* $Id: vga.h,v 1.45 2009-01-26 20:23:44 qbix79 Exp $ */
#ifndef DOSBOX_VGA_H
#define DOSBOX_VGA_H
@ -119,6 +119,7 @@ typedef struct {
Bitu blocks;
Bitu address;
Bitu panning;
Bitu bytes_skip;
Bit8u *linear_base;
Bitu linear_mask;
Bitu address_add;