mirror of
https://github.com/ksherlock/mpw.git
synced 2025-08-05 06:28:46 +00:00
add back logging
This commit is contained in:
@@ -747,6 +747,17 @@ int main(int argc, char **argv)
|
||||
|
||||
|
||||
if (cpuGetStop()) break; // will this also be set by an interrupt?
|
||||
|
||||
|
||||
#ifndef CPU_INSTRUCTION_LOGGING
|
||||
if (Flags.traceCPU || Flags.traceMacsbug)
|
||||
{
|
||||
InstructionLogger();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
cycles += cpuExecuteInstruction();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user