* cpu32bug-rom.c monitor.h op50-rom.c remote-est.c rom68k-rom.c

w89k-rom.c:  Remove loadtypes, loadprotos and baudrates.
	* op50-rom.c:  Fix copyrights and add load routine to op50n_cmds.
	* rom68k-rom.c (_initialize_rom68k):  Don't set baud rate.
	* w89k-rom.c:  Fix copyrights.
This commit is contained in:
Stu Grossman
1995-04-17 22:43:56 +00:00
parent fe4bce98e0
commit f8f3659f3e
6 changed files with 4 additions and 39 deletions

View File

@@ -90,9 +90,6 @@ static char *cpu32bug_regnames[NUM_REGS] =
static struct target_ops cpu32bug_ops;
static char *cpu32bug_loadtypes[] = {"srec", NULL};
static char *cpu32bug_loadprotos[] = {"none", NULL};
static char *cpu32bug_inits[] = {"\r", NULL};
static struct monitor_ops cpu32bug_cmds =
@@ -146,9 +143,6 @@ static struct monitor_ops cpu32bug_cmds =
NULL, /* end-of-command delimitor */
NULL, /* optional command terminator */
&cpu32bug_ops, /* target operations */
cpu32bug_loadtypes, /* loadtypes */
cpu32bug_loadprotos, /* loadprotos */
"9600", /* supported baud rates */
SERIAL_1_STOPBITS, /* number of stop bits */
cpu32bug_regnames, /* registers names */
MONITOR_OPS_MAGIC /* magic */