Support serial UART without FIFO. Patch from EluanCM.

This commit is contained in:
SarahW 2020-03-12 18:12:47 +00:00
commit dcf354688d
6 changed files with 24 additions and 20 deletions

View file

@ -68,7 +68,7 @@ void ps2_write(uint16_t port, uint8_t val, void *p)
case 0x102:
lpt1_remove();
if (val & 0x04)
serial1_init(0x3f8, 4);
serial1_init(0x3f8, 4, 1);
else
serial1_remove();
if (val & 0x10)