1
0
Fork 0

Commit patch 1311364 from vasyl. Improves chain4 memory model when in vga mode

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2350
This commit is contained in:
Peter Veenstra 2005-10-21 11:20:08 +00:00
parent 593e664e8b
commit 7f07885811
5 changed files with 59 additions and 3 deletions

View file

@ -62,6 +62,7 @@ typedef struct {
/* Some other screen related variables */
Bitu line_compare;
bool chained; /* Enable or Disabled Chain 4 Mode */
bool compatible_chain4;
/* Pixel Scrolling */
Bit8u pel_panning; /* Amount of pixels to skip when starting horizontal line */