add some EGA RIL functions, show mouse on requestet page (1994Pool);
don't use current page for bios string output (Gobble Man) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2335
This commit is contained in:
parent
a270f4d0bc
commit
59910aafbc
5 changed files with 156 additions and 17 deletions
|
@ -200,4 +200,10 @@ void INT10_SetupRomMemory(void);
|
|||
void INT10_SetupVESA(void);
|
||||
|
||||
/* EGA RIL */
|
||||
void INT10_EGA_RIL_F1(Bit8u & bl, Bit8u bh, Bit16u dx);
|
||||
RealPt INT10_EGA_RIL_GetVersionPt(void);
|
||||
void INT10_EGA_RIL_ReadRegister(Bit8u & bl, Bit16u dx);
|
||||
void INT10_EGA_RIL_WriteRegister(Bit8u & bl, Bit8u bh, Bit16u dx);
|
||||
void INT10_EGA_RIL_ReadRegisterRange(Bit8u & bl, Bit8u ch, Bit8u cl, Bit16u dx, PhysPt dst);
|
||||
void INT10_EGA_RIL_WriteRegisterRange(Bit8u & bl, Bit8u ch, Bit8u cl, Bit16u dx, PhysPt dst);
|
||||
void INT10_EGA_RIL_ReadRegisterSet(Bit16u cx, PhysPt tbl);
|
||||
void INT10_EGA_RIL_WriteRegisterSet(Bit16u cx, PhysPt tbl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue