Also updated the commented implementation of being able to query and separately set nonstop mode

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@86 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2016-02-08 09:54:35 +00:00
parent b47c29ec48
commit 4e68c5a24e
1 changed files with 2 additions and 2 deletions

View File

@ -197,9 +197,9 @@ int main(int argc, const char * argv[])
v6502_read(cpu->memory, 0x2B, NO));// MODE
}
else if (v6502_compareDebuggerCommand(command, commandLen, "nonstop")) {
// command = trimheadtospc(command, commandLen);
// char *trimmedCommand = trimheadtospc(command, commandLen);
//
// if(command[0]) {
// if(trimmedCommand[0]) {
printf("Nonstop mode %d -> %d\n", continuousMode, !continuousMode);
continuousMode = !continuousMode;
// }