Applied a typo-fixing mainline PCem commit to 808x.c;
Temporarily reverted serial port and serial mouse code back to the old one until the new code is fixed; Fixed nvr_path handling - the NVR path no longer gets messed up at hard reset.
This commit is contained in:
@@ -1998,7 +1998,7 @@ void execx86(int cycs)
|
||||
case 0xA1: /*MOV AX,(w)*/
|
||||
addr=getword();
|
||||
AX=readmemw(ds,addr);
|
||||
cycles-=!4;
|
||||
cycles-=14;
|
||||
break;
|
||||
case 0xA2: /*MOV (w),AL*/
|
||||
addr=getword();
|
||||
|
||||
Reference in New Issue
Block a user