Completing S3 XGA functionality.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2084
This commit is contained in:
parent
26062b0e15
commit
1d46933a6b
5 changed files with 628 additions and 81 deletions
|
@ -343,6 +343,10 @@ void VGA_StartUpdateLFB(void);
|
|||
void VGA_SetBlinking(Bitu enabled);
|
||||
void VGA_SetCGA2Table(Bit8u val0,Bit8u val1);
|
||||
void VGA_SetCGA4Table(Bit8u val0,Bit8u val1,Bit8u val2,Bit8u val3);
|
||||
void VGA_ActivateHardwareCursor(void);
|
||||
|
||||
/* XGA Functionality */
|
||||
void XGA_UpdateHWC(void);
|
||||
|
||||
extern VGA_Type vga;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue