summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index b587ce4..46be782 100644
--- a/main.cpp
+++ b/main.cpp
@@ -66,7 +66,7 @@ int main(int argc, const char *argv[]) {
66 } 66 }
67 67
68 while (true) { 68 while (true) {
69 std::cout << fmt::format("{:9} @{:04o} {:01o}:{:04o}:{:04o}\n", system.time, checker.pc, checker.link, checker.acc, checker.mq); 69 //std::cout << fmt::format("{:9} @{:04o} {:01o}:{:04o}:{:04o} TTO={:x}\n", system.time, checker.pc, checker.link, checker.acc, checker.mq, checker.ctlregs[TT_OUTPUT]);
70 checker.execute(); 70 checker.execute();
71 } 71 }
72 72