robhagemans / pcbasic

PC-BASIC - A free, cross-platform emulator for the GW-BASIC family of interpreters
http://www.pc-basic.org
Other
396 stars 48 forks source link

Ignore max-memory if > 65534 #146

Closed rbergen closed 2 years ago

rbergen commented 2 years ago

This addresses #144 by ignoring the --max-memory argument if its value is set to anything larger than 65534. In checking this, it considers both values (_maxmemory and _basic_memoryblocks), if both are passed.

robhagemans commented 2 years ago

Merged, thanks!