MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CommProgramReset

Method CommProgramReset

source/SerialComms.cpp:478–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476};
477
478BYTE __stdcall CSuperSerialCard::CommProgramReset(WORD, WORD, BYTE, BYTE, ULONG)
479{
480 // Command: top-3 parity bits unaffected
481 UpdateCommandReg( m_uCommandByte & (CMD_PARITY_MASK|CMD_PARITY_ENA) );
482
483 // Control: all bits unaffected
484 // Status: all bits unaffects, except Overrun(bit2) is cleared
485
486 return 0;
487}
488
489//===========================================================================
490

Callers 1

SSC_IOWriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected