1
0
Fork 0

New function to recalculate some values after a scanline length change

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1665
This commit is contained in:
Sjoerd van der Berg 2004-02-07 23:40:46 +00:00
parent 7ca20ac50f
commit 84058c007b
3 changed files with 28 additions and 10 deletions

View file

@ -296,6 +296,7 @@ void VGA_SetMode(VGAModes mode);
void VGA_SetupHandlers(void);
void VGA_StartResize(void);
void VGA_SetupDrawing(Bitu val);
void VGA_CheckScanLength(void);
/* Some DAC/Attribute functions */
void VGA_DAC_CombineColor(Bit8u attr,Bit8u pal);