+ draw mouse pointer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@454
This commit is contained in:
parent
dfb87ec9e3
commit
69ad2dee2d
3 changed files with 193 additions and 2 deletions
|
@ -200,6 +200,8 @@ void INT10_GetSingleDacRegister(Bit8u index,Bit8u * red,Bit8u * green,Bit8u * bl
|
|||
void INT10_SetDACBlock(Bit16u index,Bit16u count,PhysPt data);
|
||||
void INT10_GetDACBlock(Bit16u index,Bit16u count,PhysPt data);
|
||||
|
||||
/* Mouse pointer */
|
||||
void INT10_SetGfxControllerToDefault(void);
|
||||
|
||||
/* Sup Groups */
|
||||
void INT10_SetupRomMemory(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue