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:
TomW 2013-11-02 19:38:59 +00:00
commit 4894e97dc5
3 changed files with 16 additions and 13 deletions

View file

@ -58,7 +58,6 @@ void mousecallback()
serial.linestat|=1;
if (serial.mctrl&8) picint(0x10);
}
// printf("Mouse callback\n");
}
void mouse_serial_init()