Fixed some stupid serial issues - reading interrupt enable mask now works, and has an effect, and reading data when FIFO empty now returns last value instead of zero. Windows 9x setup now detects serial mouse correctly.
This commit is contained in:
parent
f478ed3b96
commit
4894e97dc5
3 changed files with 16 additions and 13 deletions
|
|
@ -58,7 +58,6 @@ void mousecallback()
|
|||
serial.linestat|=1;
|
||||
if (serial.mctrl&8) picint(0x10);
|
||||
}
|
||||
// printf("Mouse callback\n");
|
||||
}
|
||||
|
||||
void mouse_serial_init()
|
||||
|
|
|
|||
Loading…
Reference in a new issue