From ebad3d237fe5473215fb7b8545c5000e9dc6658a Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Thu, 27 Apr 2017 14:00:49 -0700 Subject: [PATCH] Add note about g_uActiveBank used by RAMWORKS --- source/Memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Memory.cpp b/source/Memory.cpp index 627f8551..ae7cad0c 100644 --- a/source/Memory.cpp +++ b/source/Memory.cpp @@ -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