mirror of
https://github.com/RyuKojiro/apple1.git
synced 2025-08-05 15:25:00 +00:00
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:
@@ -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;
|
||||
// }
|
||||
|
Reference in New Issue
Block a user