add video state functionality
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2996
This commit is contained in:
parent
d64648208a
commit
9c45a245e8
5 changed files with 439 additions and 5 deletions
|
@ -212,3 +212,8 @@ void INT10_EGA_RIL_ReadRegisterRange(Bit8u & bl, Bit8u ch, Bit8u cl, Bit16u dx,
|
|||
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);
|
||||
|
||||
/* Video State */
|
||||
Bitu INT10_VideoState_GetSize(Bitu state);
|
||||
bool INT10_VideoState_Save(Bitu state,RealPt buffer);
|
||||
bool INT10_VideoState_Restore(Bitu state,RealPt buffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue