Add comment

This commit is contained in:
tomcw 2024-03-09 12:24:03 +00:00
parent 38d7844407
commit cffa53aff6
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
/* Description: Language Card and Saturn 128K emulation
*
* Author: various
*
*
* Consider adding a LangauageCardManager class:
* . would manage g_lastSlotToSetMainMemLC (so move out of Memory.cpp)
* . assist with debugger's display of "sNN" for active 16K bank
* Currently conclude that there's not much point.
*/
#include "StdAfx.h"