1
0
mirror of https://github.com/AppleWin/AppleWin.git synced 2025-03-04 15:29:51 +00:00

Add note about g_uActiveBank used by RAMWORKS

This commit is contained in:
michaelangel007 2017-04-27 14:00:49 -07:00
parent 4b334e9466
commit ebad3d237f

@ -185,7 +185,7 @@ static CNoSlotClock g_NoSlotClock;
#ifdef RAMWORKS
UINT g_uMaxExPages = 1; // user requested ram pages (default to 1 aux bank: so total = 128KB)
UINT g_uActiveBank = 0; // 0 = aux 64K for: //e extended 80 Col card, or //c
UINT g_uActiveBank = 0; // 0 = aux 64K for: //e extended 80 Col card, or //c -- ALSO RAMWORKS
static LPBYTE RWpages[kMaxExMemoryBanks]; // pointers to RW memory banks
#endif