1
0
Fork 0

Added EGA Register Interface Library - Write One Register (0xf1). Fixes colours in A-Train

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2197
This commit is contained in:
Peter Veenstra 2005-04-27 20:44:50 +00:00
parent 93a94c5b04
commit 881ae1b28f
3 changed files with 57 additions and 0 deletions

View file

@ -195,3 +195,6 @@ Bit8u VESA_GetPalette(PhysPt data,Bitu index,Bitu count);
/* Sup Groups */
void INT10_SetupRomMemory(void);
void INT10_SetupVESA(void);
/* EGA RIL */
void INT10_EGA_RIL_F1(Bit8u & bl, Bit8u bh, Bit16u dx);