1
0
Fork 0

add video state functionality

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2996
This commit is contained in:
Sebastian Strohhäcker 2007-09-25 17:46:18 +00:00
parent d64648208a
commit 9c45a245e8
5 changed files with 439 additions and 5 deletions

View file

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