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:
parent
1521b7ad7d
commit
0987fb6f0c
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue