some small changes that fix mode 6 at my place
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2203
This commit is contained in:
parent
a7b9d51ead
commit
347c222b93
2 changed files with 3 additions and 2 deletions
|
@ -438,7 +438,7 @@ void VGA_SetupDrawing(Bitu val) {
|
|||
break;
|
||||
case M_CGA2:
|
||||
doubleheight=true;
|
||||
vga.draw.blocks=width;
|
||||
vga.draw.blocks=2*width;
|
||||
width<<=4;
|
||||
VGA_DrawLine=VGA_Draw_1BPP_Line;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue