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:
parent
93a94c5b04
commit
881ae1b28f
3 changed files with 57 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue