Fix vesa subfunction 06 from getting the wrong subfunction
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1826
This commit is contained in:
parent
50a0f440b7
commit
ad89c1c4de
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ graphics_chars:
|
|||
break;
|
||||
case 0x06:
|
||||
reg_al=0x4f;
|
||||
reg_ah=VESA_ScanLineLength(reg_al,reg_bx,reg_cx,reg_dx);
|
||||
reg_ah=VESA_ScanLineLength(reg_bl,reg_bx,reg_cx,reg_dx);
|
||||
break;
|
||||
case 0x07:
|
||||
switch (reg_bl) {
|
||||
|
|
Loading…
Add table
Reference in a new issue