Fix with rm byte not being read
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@102
This commit is contained in:
parent
805f78cf16
commit
1757db3891
1 changed files with 1 additions and 1 deletions
|
@ -971,7 +971,7 @@ restart:
|
|||
case 0xde: /* FPU ESC 6 */
|
||||
case 0xdf: /* FPU ESC 7 */
|
||||
{
|
||||
Bit8u rm;
|
||||
Bit8u rm=Fetchb();
|
||||
if (rm<0xc0) GetEAa;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue