1
0
Fork 0

normal core IN AX,Ib should use full 16bit target register (thanks to danoon for spotting this)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3680
This commit is contained in:
Sebastian Strohhäcker 2011-03-04 15:54:11 +00:00
parent 4345813b10
commit 83b41ea628

View file

@ -879,7 +879,7 @@
{
Bitu port=Fetchb();
if (CPU_IO_Exception(port,2)) RUNEXCEPTION();
reg_al=IO_ReadW(port);
reg_ax=IO_ReadW(port);
break;
}
CASE_B(0xe6) /* OUT Ib,AL */