Fixed 256 color modes in the Oak OTI cards.

Made the New MMIO-capable S3 cards behave like the ViRGE for the double word/packed chain-4 addressing.
This commit is contained in:
TC1995
2021-06-05 20:50:38 +02:00
parent b4d35af149
commit 76271ddd08
2 changed files with 101 additions and 36 deletions

View File

@@ -405,6 +405,7 @@ oti_init(const device_t *info)
oti_in, NULL, NULL, oti_out, NULL, NULL, oti);
oti->svga.miscout = 1;
oti->svga.packed_chain4 = 1;
return(oti);
}