Save (and Load) Autoloading TO8 pictures

This commit is contained in:
Thomas Bernard
2018-11-14 11:26:05 +01:00
parent 434428a47f
commit 2eb332411b
3 changed files with 273 additions and 41 deletions

View File

@@ -144,5 +144,6 @@ void Load_FLI(T_IO_Context *);
// -- Thomson MO/TO computer series pictures --------------------------------
void Test_MOTO(T_IO_Context *, FILE *);
void Load_MOTO(T_IO_Context *);
void Save_MOTO(T_IO_Context *);
#endif