1
0
Fork 0

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:
Peter Veenstra 2005-04-29 15:04:07 +00:00
parent a7b9d51ead
commit 347c222b93
2 changed files with 3 additions and 2 deletions

View file

@ -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;