Added proper clocking of VT100 keyboard UART, allowing us to restore the proper CPU speed (2.7Mhz) and maintain the correct cursor blink rate
This commit is contained in:
parent
6410ae068c
commit
bca19fd8ed
39 changed files with 9641 additions and 35 deletions
|
|
@ -823,7 +823,7 @@ SerialPort8080.prototype.outData = function(port, bOut, addrFrom)
|
|||
this.bStatus &= ~(SerialPort8080.UART8251.STATUS.XMIT_READY | SerialPort8080.UART8251.STATUS.XMIT_EMPTY);
|
||||
/*
|
||||
* If we're transmitting to a virtual device that has no measurable delay, this code may clear XMIT_READY
|
||||
* too quickly.
|
||||
* too quickly:
|
||||
*
|
||||
* if (this.transmitByte(bOut)) {
|
||||
* this.bStatus |= (SerialPort8080.UART8251.STATUS.XMIT_READY | SerialPort8080.UART8251.STATUS.XMIT_EMPTY);
|
||||
|
|
|
|||
Loading…
Reference in a new issue