mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
Merge pull request #6106 from Cacodemon345/linux-port-fixes
Pass through serial lines between serial port and emulator
This commit is contained in:
@@ -75,6 +75,8 @@ host_to_serial_cb(void *priv)
|
||||
|
||||
uint8_t byte;
|
||||
|
||||
plat_serpt_set_line_state(priv);
|
||||
|
||||
/* write_fifo has no failure indication, but if we write to fast, the host
|
||||
* can never fetch the bytes in time, so check if the fifo is full if in
|
||||
* fifo mode or if lsr has bit 0 set if not in fifo mode */
|
||||
|
||||
Reference in New Issue
Block a user