including help

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1653 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Arnim Läuger 16 years ago
parent d8be8ac116
commit db43be4552

@ -1,6 +1,6 @@
2009-06-15 Arnim Laeuger <arniml>
* src/bus/mpc824x.c: experimental support for x16 mode
* src/bus/mpc824x.c: experimental support for x16 mode, including help
2009-06-13 Rutger Hofman <rfhh>

@ -131,7 +131,7 @@ mpc824x_bus_new (urj_chain_t *chain, const urj_bus_driver_t *driver,
case URJ_BUS_PARAM_KEY_HELP:
urj_log (URJ_LOG_LEVEL_NORMAL,
_("Usage: initbus mpc824x [width=WIDTH] [revbits] [dbgAddr] [dbgData]\n\n"
" WIDTH data bus width - 8, 32, 64 (default 8)\n"
" WIDTH data bus width - 8, 16, 32, 64 (default 8)\n"
" revbits reverse bits in data bus (default - no)\n"
" dbgAddr display address bus state (default - no)\n"
" dbgData display data bus state (default - no)\n"));

Loading…
Cancel
Save