fix pcjr doublewidth of mode 0x0a
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2477
This commit is contained in:
parent
b2ca61030e
commit
eb3209cc3a
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ void VGA_SetupDrawing(Bitu val) {
|
|||
aspect_ratio=1.2;
|
||||
doubleheight=true;
|
||||
if (machine==MCH_TANDY) doublewidth=(vga.tandy.mode_control & 0x10)==0;
|
||||
else doublewidth=(vga.tandy.gfx_control & 0x8)==0x00;
|
||||
else doublewidth=(vga.tandy.mode_control & 0x01)==0x00;
|
||||
vga.draw.blocks=width * 2;
|
||||
width=vga.draw.blocks*4;
|
||||
if ((machine==MCH_TANDY && (vga.tandy.gfx_control & 0x8)) ||
|
||||
|
|
Loading…
Add table
Reference in a new issue