mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-20 19:30:21 +00:00
Save extended Language Card memory type if RAMWORKS
This commit is contained in:
parent
3cd86800b9
commit
cd88c40719
@ -985,6 +985,8 @@ int APIENTRY WinMain(HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int)
|
|||||||
#ifdef RAMWORKS
|
#ifdef RAMWORKS
|
||||||
else if (strcmp(lpCmdLine, "-r") == 0) // RamWorks size [1..127]
|
else if (strcmp(lpCmdLine, "-r") == 0) // RamWorks size [1..127]
|
||||||
{
|
{
|
||||||
|
g_eMemType = MEM_TYPE_RAMWORKS;
|
||||||
|
|
||||||
lpCmdLine = GetCurrArg(lpNextArg);
|
lpCmdLine = GetCurrArg(lpNextArg);
|
||||||
lpNextArg = GetNextArg(lpNextArg);
|
lpNextArg = GetNextArg(lpNextArg);
|
||||||
g_uMaxExPages = atoi(lpCmdLine);
|
g_uMaxExPages = atoi(lpCmdLine);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user