diff options
| author | Julian Blake Kongslie | 2022-10-17 17:54:12 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-10-17 17:54:12 -0700 |
| commit | 3183ed707160d8df184d4612d83c61fdb9916090 (patch) | |
| tree | fba39663e66898e6fe3ebba9a368bf4ea39505ad /io/model.h | |
| parent | Nearly-working version of TTY output (diff) | |
| download | biggolf-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -7,7 +7,7 @@ | |||
| 7 | #include "isa/isa.h" | 7 | #include "isa/isa.h" |
| 8 | 8 | ||
| 9 | struct iomodel { | 9 | struct 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; |
