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:
parent
7ca20ac50f
commit
84058c007b
3 changed files with 28 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue