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:
parent
9213fd5bd6
commit
ae2dd7711e
7 changed files with 761 additions and 30 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue