summaryrefslogtreecommitdiffstats
path: root/tpu.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-12-25 03:08:10 +0100
committerLouis Burda <quent.burda@gmail.com>2023-12-25 03:08:10 +0100
commitae4a7b241a033627ed136b2ef66922034cfbeae1 (patch)
treee8f045d51a36c2f9c24b63d962bcf84baebdc3c9 /tpu.h
parentf2ada47e6be185cc31c475c996c4ccf6735f7bb0 (diff)
downloadtis100-ae4a7b241a033627ed136b2ef66922034cfbeae1.tar.gz
tis100-ae4a7b241a033627ed136b2ef66922034cfbeae1.zip
Add more fixes for game compatibility
Diffstat (limited to 'tpu.h')
-rw-r--r--tpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpu.h b/tpu.h
index 8e42c90..8e7856b 100644
--- a/tpu.h
+++ b/tpu.h
@@ -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 {