1
0
Fork 0

+ draw mouse pointer

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@454
This commit is contained in:
Ulf Wohlers 2002-10-28 14:30:11 +00:00
parent dfb87ec9e3
commit 69ad2dee2d
3 changed files with 193 additions and 2 deletions

View file

@ -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);