summaryrefslogtreecommitdiff
path: root/arm9/include/zx81.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/include/zx81.h')
-rw-r--r--arm9/include/zx81.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arm9/include/zx81.h b/arm9/include/zx81.h
index 1f63f50..992cba7 100644
--- a/arm9/include/zx81.h
+++ b/arm9/include/zx81.h
@@ -39,6 +39,10 @@ void ZX81Init(uint16 *vram, Z80 *z80);
*/
void ZX81HandleKey(SoftKey k, int is_pressed);
+/* Enable fopen() loading of tape files
+*/
+void ZX81EnableFileSystem(int enable);
+
/* Set a file to load from tape
*/
void ZX81SetTape(const Z80Byte *image, int len);