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:
parent
4345813b10
commit
83b41ea628
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue