Add Loading of files produced by TGA2TEO for the Thomson TO8

This commit is contained in:
Thomas Bernard
2018-11-12 02:03:31 +01:00
parent ffd2c7e8ce
commit 77262deadc
4 changed files with 205 additions and 1 deletions

View File

@@ -141,4 +141,8 @@ void Load_INFO(T_IO_Context *);
void Test_FLI(T_IO_Context *, FILE *);
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 *);
#endif