From: Hugo Villeneuve Date: Mon, 2 Dec 2013 02:20:49 +0000 (-0500) Subject: Remove currently unsupported option to set iram size X-Git-Tag: v2.0.0~36 X-Git-Url: http://gitweb.hugovil.com/?p=emu8051.git;a=commitdiff_plain;h=7977d9426b4bc96f929266cd62a2a07cb170b106 Remove currently unsupported option to set iram size --- diff --git a/src/options.c b/src/options.c index fb78714..420cc85 100644 --- a/src/options.c +++ b/src/options.c @@ -45,7 +45,6 @@ static const char args_doc[] = "[FILENAME]"; /* The options we understand. */ static struct argp_option argp_options[] = { {"debug", 'd', "level", 0, "Produce debugging output" }, - {"iram", 'i', "size", 0, "Set internal ram size" }, {"pram", 'p', "size", 0, "Set program memory size" }, {"xram", 'x', "size", 0, "Set external ram size (default is 1024)" }, {"stop", 's', "addr", 0, "Automatically run program and stop at address" },