mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-13 23:35:30 +00:00
KA10: Cleanup typos in debug help.
This commit is contained in:
parent
d5401b1df8
commit
2bbbbade9b
@ -399,7 +399,7 @@ DEBTAB nia_debug[] = {
|
||||
{"DETAIL", DEBUG_DETAIL, "Show details about device"},
|
||||
{"EXP", DEBUG_EXP, "Show exception information"},
|
||||
{"CONI", DEBUG_CONI, "Show coni instructions"},
|
||||
{"CONO", DEBUG_CONO, "Show coni instructions"},
|
||||
{"CONO", DEBUG_CONO, "Show cono instructions"},
|
||||
{"DATAIO", DEBUG_DATAIO, "Show datai and datao instructions"},
|
||||
{"IRQ", DEBUG_IRQ, "Show IRQ requests"},
|
||||
#define DEBUG_ARP (DEBUG_IRQ<<1)
|
||||
|
||||
@ -573,7 +573,7 @@ MTAB cpu_mod[] = {
|
||||
DEBTAB cpu_debug[] = {
|
||||
{"IRQ", DEBUG_IRQ, "Debug IRQ requests"},
|
||||
{"CONI", DEBUG_CONI, "Show coni instructions"},
|
||||
{"CONO", DEBUG_CONO, "Show coni instructions"},
|
||||
{"CONO", DEBUG_CONO, "Show cono instructions"},
|
||||
{"DATAIO", DEBUG_DATAIO, "Show datai and datao instructions"},
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
@ -536,7 +536,7 @@ DEBTAB imp_debug[] = {
|
||||
{"DETAIL", DEBUG_DETAIL, "Show details about device"},
|
||||
{"EXP", DEBUG_EXP, "Show exception information"},
|
||||
{"CONI", DEBUG_CONI, "Show coni instructions"},
|
||||
{"CONO", DEBUG_CONO, "Show coni instructions"},
|
||||
{"CONO", DEBUG_CONO, "Show cono instructions"},
|
||||
{"DATAIO", DEBUG_DATAIO, "Show datai and datao instructions"},
|
||||
{"IRQ", DEBUG_IRQ, "Show IRQ requests"},
|
||||
#define DEBUG_DHCP (DEBUG_IRQ<<1)
|
||||
|
||||
@ -232,7 +232,7 @@ DEBTAB dev_debug[] = {
|
||||
{"DETAIL", DEBUG_DETAIL, "Show details about device"},
|
||||
{"EXP", DEBUG_EXP, "Show exception information"},
|
||||
{"CONI", DEBUG_CONI, "Show coni instructions"},
|
||||
{"CONO", DEBUG_CONO, "Show coni instructions"},
|
||||
{"CONO", DEBUG_CONO, "Show cono instructions"},
|
||||
{"DATAIO", DEBUG_DATAIO, "Show datai and datao instructions"},
|
||||
{0, 0}
|
||||
};
|
||||
@ -244,7 +244,7 @@ DEBTAB crd_debug[] = {
|
||||
{"DETAIL", DEBUG_DETAIL, "Show details about device"},
|
||||
{"EXP", DEBUG_EXP, "Show exception information"},
|
||||
{"CONI", DEBUG_CONI, "Show coni instructions"},
|
||||
{"CONO", DEBUG_CONO, "Show coni instructions"},
|
||||
{"CONO", DEBUG_CONO, "Show cono instructions"},
|
||||
{"DATAIO", DEBUG_DATAIO, "Show datai and datao instructions"},
|
||||
{"CARD", DEBUG_CARD, "Show Card read/punches"},
|
||||
{0, 0}
|
||||
|
||||
@ -311,7 +311,7 @@ DEBTAB dtc_deb[] = {
|
||||
{ "DETAIL", DEBUG_DETAIL, "Show details about device"},
|
||||
{ "EXP", DEBUG_EXP, "Show exception information"},
|
||||
{ "CONI", DEBUG_CONI, "Show coni instructions"},
|
||||
{ "CONO", DEBUG_CONO, "Show coni instructions"},
|
||||
{ "CONO", DEBUG_CONO, "Show cono instructions"},
|
||||
{ "DATAIO", DEBUG_DATAIO, "Show datai and datao instructions"},
|
||||
{ "MOTION", LOG_MS },
|
||||
{ "DATA", LOG_RW },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user