diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-12-25 03:08:10 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-12-25 03:08:10 +0100 |
| commit | ae4a7b241a033627ed136b2ef66922034cfbeae1 (patch) | |
| tree | e8f045d51a36c2f9c24b63d962bcf84baebdc3c9 /tpu.h | |
| parent | f2ada47e6be185cc31c475c996c4ccf6735f7bb0 (diff) | |
| download | tis100-ae4a7b241a033627ed136b2ef66922034cfbeae1.tar.gz tis100-ae4a7b241a033627ed136b2ef66922034cfbeae1.zip | |
Add more fixes for game compatibility
Diffstat (limited to 'tpu.h')
| -rw-r--r-- | tpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -73,7 +73,7 @@ struct tpu_port { bool attached; int in, out; - bool avail, reading, writing; + bool avail, writing; bool reset_in; }; @@ -126,7 +126,7 @@ struct tis { struct tpu_io_port *out_ports[TIS_MAX_IO_PORTS]; size_t steps; bool show_stats; - bool asm_init; + char *asm_filepath; }; struct tis_stats { |
