1
0
Fork 0

Improve handling of blanked screen parts in VGA modes. Fixes Toons, Magic Circle demo

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3491
This commit is contained in:
Ralf Grillenberger 2009-11-03 21:06:59 +00:00
parent 98efcf62b2
commit f7dd522112
2 changed files with 59 additions and 13 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: vga.h,v 1.47 2009-06-29 18:43:33 c2woody Exp $ */
/* $Id: vga.h,v 1.48 2009-11-03 21:06:59 h-a-l-9000 Exp $ */
#ifndef DOSBOX_VGA_H
#define DOSBOX_VGA_H
@ -126,6 +126,7 @@ typedef struct {
Bitu address_line_total;
Bitu address_line;
Bitu lines_total;
Bitu vblank_skip;
Bitu lines_done;
Bitu lines_scaled;
Bitu split_line;