mirror of
https://github.com/ksherlock/mpw.git
synced 2025-02-10 19:31:10 +00:00
increase default stack size for MrC
This commit is contained in:
parent
80be590e76
commit
d79f498cfd
@ -9,7 +9,7 @@ struct Settings {
|
||||
// command-line settings.
|
||||
|
||||
uint32_t memorySize = 16 * 1024 * 1024;
|
||||
uint32_t stackSize = 16 * 1024;
|
||||
uint32_t stackSize = 32 * 1024;
|
||||
uint32_t machine = 68030;
|
||||
|
||||
bool traceCPU = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user