AppleWin now supports GUI configuration (see screenshot) of Saturn 128K cards, but relies on CPropertySheetHelper to do the real work:
dynamic_cast<Saturn128K&>(GetCardMgr().GetRef(slot)).SetSaturnMemorySize(m_ConfigNew.m_SaturnMemorySize[slot]);
sa2 doesn't appear to support this GUI yet. Are you planning to add API to read/write this?

AppleWin now supports GUI configuration (see screenshot) of Saturn 128K cards, but relies on
CPropertySheetHelperto do the real work:dynamic_cast<Saturn128K&>(GetCardMgr().GetRef(slot)).SetSaturnMemorySize(m_ConfigNew.m_SaturnMemorySize[slot]);sa2 doesn't appear to support this GUI yet. Are you planning to add API to read/write this?