mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
rw3: power-cycle sets card back to 64K bank-0 (fixes #1414)
This commit is contained in:
+2
-2
@@ -1979,8 +1979,6 @@ void MemInitialize()
|
||||
if (GetCardMgr().QueryAux() == CT_RamWorksIII)
|
||||
{
|
||||
// allocate memory for RamWorks III - up to 16MB
|
||||
g_uActiveBank = 0;
|
||||
|
||||
UINT i = 1;
|
||||
while ((i < g_uMaxExBanks) && (RWpages[i] = ALIGNED_ALLOC(_6502_MEM_LEN)))
|
||||
i++;
|
||||
@@ -2267,6 +2265,8 @@ void MemReset()
|
||||
|
||||
memVidHD = NULL;
|
||||
|
||||
g_uActiveBank = 0; // Power-cycle sets RamWorks III to 64KiB bank-0 (GH#1414)
|
||||
|
||||
//
|
||||
|
||||
int iByte;
|
||||
|
||||
Reference in New Issue
Block a user