mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-22 14:17:39 +00:00
SSC & Parallel: PSP now persists to ConfigNew (not Registry)
This commit is contained in:
@@ -987,8 +987,8 @@ void CSuperSerialCard::Reset(const bool /* powerCycle */)
|
||||
|
||||
//===========================================================================
|
||||
|
||||
// dwNewSerialPortItem is the drop-down list item
|
||||
void CSuperSerialCard::CommSetSerialPort(DWORD dwNewSerialPortItem)
|
||||
// dwNewSerialPortItem is the Config's drop-down list item
|
||||
void CSuperSerialCard::SetSerialPortItem(DWORD dwNewSerialPortItem)
|
||||
{
|
||||
if (m_dwSerialPortItem == dwNewSerialPortItem)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user