1
0
Fork 0

Slight change in vga to support the new rendering

Added some hardware acceleration functionality


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1818
This commit is contained in:
Sjoerd van der Berg 2004-06-10 07:21:02 +00:00
parent 9213fd5bd6
commit ae2dd7711e
7 changed files with 761 additions and 30 deletions

View file

@ -144,6 +144,7 @@ void VGA_Init(Section* sec) {
VGA_SetupSEQ();
VGA_SetupAttr();
VGA_SetupOther();
VGA_SetupXGA();
VGA_SetClock(0,CLK_25);
VGA_SetClock(1,CLK_28);
/* Generate tables */