RamWorks III: default to 2MiB (32x 64K banks). (#478)

This commit is contained in:
tomcw
2025-01-19 20:47:48 +00:00
parent 02b6bbdbb5
commit ef088e49ae
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
{