2 color mode cga detection.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@123
This commit is contained in:
parent
3023a8db88
commit
b73647f308
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ void write_p3c5(Bit32u port,Bit8u val) {
|
|||
break;
|
||||
case 1: /* Clocking Mode */
|
||||
seq(clocking_mode)=val;
|
||||
vga.config.pixel_double=(val & 8)>0;
|
||||
VGA_FindSettings();
|
||||
/* TODO Figure this out :)
|
||||
0 If set character clocks are 8 dots wide, else 9.
|
||||
2 If set loads video serializers every other character
|
||||
|
|
Loading…
Add table
Reference in a new issue