Add command line to init Saturn memory size

This commit is contained in:
michaelangel007
2017-04-27 14:50:15 -07:00
parent 9fd479b976
commit d3e620fcd4
5 changed files with 25 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#define ALLOW_INPUT_LOWERCASE 1
// See /docs/Debugger_Changelog.txt for full details
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,0,4);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,0,5);
// Public _________________________________________________________________________________________