summaryrefslogtreecommitdiff
path: root/io/model.h
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-10-17 17:54:12 -0700
committerJulian Blake Kongslie2022-10-17 17:54:12 -0700
commit3183ed707160d8df184d4612d83c61fdb9916090 (patch)
treefba39663e66898e6fe3ebba9a368bf4ea39505ad /io/model.h
parentNearly-working version of TTY output (diff)
downloadbiggolf-3183ed707160d8df184d4612d83c61fdb9916090.tar.xz
Faster IO model (until we determine how slow FOCAL needs to be)
Diffstat (limited to 'io/model.h')
-rw-r--r--io/model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/model.h b/io/model.h
index 86fb086..c7199ea 100644
--- a/io/model.h
+++ b/io/model.h
@@ -7,7 +7,7 @@
7#include "isa/isa.h" 7#include "isa/isa.h"
8 8
9struct iomodel { 9struct iomodel {
10 static constexpr unsigned int TT_OUTPUT_DELAY = 100; 10 static constexpr unsigned int TT_OUTPUT_DELAY = 1;
11 11
12 event_log log; 12 event_log log;
13 std::uint64_t time = 0; 13 std::uint64_t time = 0;