mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-24 11:16:58 +00:00
RamWorks III: default to 2MiB (32x 64K banks). (#478)
This commit is contained in:
+1
-1
@@ -317,7 +317,7 @@ bool ProcessCmdLine(LPSTR lpCmdLine)
|
||||
{
|
||||
g_cmdLine.auxSlotInsert = CT_RamWorksIII;
|
||||
if (!g_cmdLine.uRamWorksExPages)
|
||||
g_cmdLine.uRamWorksExPages = kMaxExMemoryBanksRealRW3; // default to ~8MB (ie. the max for the real RW3 card)
|
||||
g_cmdLine.uRamWorksExPages = kDefaultExMemoryBanksRealRW3;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user