mirror of https://github.com/stella-emu/stella.git
Forgot comment in last commit.
This commit is contained in:
parent
c171783695
commit
cb624ef424
|
@ -50,6 +50,7 @@ bool AtariVox::read(DigitalPin pin)
|
|||
switch(pin)
|
||||
{
|
||||
// Pin 2: SpeakJet READY
|
||||
// CTS enabled means the SpeakJet can accept more data
|
||||
case DigitalPin::Two:
|
||||
{
|
||||
return setPin(pin, mySerialPort->isCTS());
|
||||
|
|
Loading…
Reference in New Issue