summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-11-05 13:17:09 -0700
committerJulian Blake Kongslie2022-11-05 13:17:09 -0700
commit3b45e9ee7b7ab16ea00a5d69946dea74218e49fd (patch)
tree6f3e1068e39314e23ee6afc06646e46b6938c277
parentChange foobar evt to use newer shorthand (diff)
downloadbiggolf-3b45e9ee7b7ab16ea00a5d69946dea74218e49fd.tar.xz
Slower default output delay
Diffstat (limited to '')
-rw-r--r--io/model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/model.h b/io/model.h
index f8a852b..be16283 100644
--- a/io/model.h
+++ b/io/model.h
@@ -9,7 +9,7 @@
9#include "isa/isa.h" 9#include "isa/isa.h"
10 10
11struct iomodel { 11struct iomodel {
12 static constexpr unsigned int TT_OUTPUT_DELAY = 1; 12 static constexpr unsigned int TT_OUTPUT_DELAY = 10;
13 13
14 event_log log; 14 event_log log;
15 std::uint64_t time = 0; 15 std::uint64_t time = 0;