From cd88c407198f3891e126b6de084bcf511f87d098 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Thu, 27 Apr 2017 14:03:17 -0700 Subject: [PATCH] Save extended Language Card memory type if RAMWORKS --- source/Applewin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Applewin.cpp b/source/Applewin.cpp index 72b7e0ab..27b8617d 100644 --- a/source/Applewin.cpp +++ b/source/Applewin.cpp @@ -985,6 +985,8 @@ int APIENTRY WinMain(HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int) #ifdef RAMWORKS else if (strcmp(lpCmdLine, "-r") == 0) // RamWorks size [1..127] { + g_eMemType = MEM_TYPE_RAMWORKS; + lpCmdLine = GetCurrArg(lpNextArg); lpNextArg = GetNextArg(lpNextArg); g_uMaxExPages = atoi(lpCmdLine);