mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-26 20:30:16 +00:00
.2 fixed HELP <category> not working
.1 undocumented mnemonics in lowercase
This commit is contained in:
parent
2223bc6cfb
commit
692eef236e
@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
// TODO: COLOR LOAD ["filename"]
|
||||
|
||||
// See Debugger_Changelong.txt for full details
|
||||
const int DEBUGGER_VERSION = MAKE_VERSION(2,5,3,0);
|
||||
const int DEBUGGER_VERSION = MAKE_VERSION(2,5,3,2);
|
||||
|
||||
|
||||
// Public _________________________________________________________________________________________
|
||||
|
@ -241,6 +241,7 @@ Update_t CmdHelpSpecific (int nArgs)
|
||||
if (bCategory)
|
||||
{
|
||||
iCommand = g_aArgs[iArg].nVal2;
|
||||
nFound = 1;
|
||||
}
|
||||
|
||||
if (bAllCommands)
|
||||
@ -554,8 +555,9 @@ Update_t CmdHelpSpecific (int nArgs)
|
||||
default:
|
||||
if (bAllCommands)
|
||||
break;
|
||||
#if DEBUG_COMMAND_HELP
|
||||
wsprintf( sText, "Command help not done yet: %s", g_aCommands[ iCommand ].aName );
|
||||
//#if DEBUG_COMMAND_HELP
|
||||
#if _DEBUG
|
||||
wsprintf( sText, "Command help not done yet: %s", g_aCommands[ iCommand ].m_sName );
|
||||
ConsoleBufferPush( sText );
|
||||
#endif
|
||||
if ((! nFound) || (! pCommand))
|
||||
|
Loading…
Reference in New Issue
Block a user