FreeCalypso > hg > freecalypso-tools
diff target-utils/dspdump/cmdtab.c @ 542:b95b251b33eb
dspdump: bigdump command implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 28 Oct 2019 20:42:06 +0000 |
parents | 27b5526ba1a8 |
children | 451d8b545b11 |
line wrap: on
line diff
--- a/target-utils/dspdump/cmdtab.c Mon Oct 28 08:36:50 2019 +0000 +++ b/target-utils/dspdump/cmdtab.c Mon Oct 28 20:42:06 2019 +0000 @@ -2,6 +2,7 @@ extern void cmd_abbr(); extern void cmd_abbw(); +extern void cmd_bigdump(); extern void cmd_dump(); extern void cmd_jump(); extern void cmd_r8(); @@ -20,6 +21,7 @@ {"abbpage2", abb_unlock_page2}, {"abbr", cmd_abbr}, {"abbw", cmd_abbw}, + {"bigdump", cmd_bigdump}, {"dump", cmd_dump}, {"jump", cmd_jump}, {"poweroff", abb_power_off},