SSC & Parallel: PSP now persists to ConfigNew (not Registry)

This commit is contained in:
tomcw
2025-12-27 21:30:15 +00:00
parent 5daad0f2ff
commit 0137b171c8
7 changed files with 101 additions and 38 deletions
+2 -2
View File
@@ -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;