1
0
Fork 0

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:
Sebastian Strohhäcker 2006-02-08 19:03:52 +00:00
parent b2ca61030e
commit eb3209cc3a

View file

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