1
0
Fork 0

Correct an oversight in INT10_GetDACPage; fixes blank screen in Blue Force on vgaonly machine type.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4297
This commit is contained in:
ripsaw8080 2019-12-09 18:03:55 +00:00
parent 1521b7ad7d
commit 0987fb6f0c

View file

@ -294,6 +294,7 @@ void INT10_GetDACPage(Bit8u* mode,Bit8u* page) {
*page&=0xc;
*page>>=2;
}
IO_Write(VGAREG_ACTL_ADDRESS,32); //Enable output and protect palette
}
void INT10_SetPelMask(Bit8u mask) {