Loading of atari ST TNY files

This commit is contained in:
Thomas Bernard
2019-12-07 19:24:08 +01:00
parent be68b498ac
commit 5e78ad6282
5 changed files with 235 additions and 1 deletions

View File

@@ -101,6 +101,11 @@ void Test_PC1(T_IO_Context *, FILE *);
void Load_PC1(T_IO_Context *);
void Save_PC1(T_IO_Context *);
// -- Tiny Stuff ------------------------------------------------------------
void Test_TNY(T_IO_Context *, FILE *);
void Load_TNY(T_IO_Context *);
void Save_TNY(T_IO_Context *);
// -- NEO -------------------------------------------------------------------
void Test_NEO(T_IO_Context *, FILE *);
void Load_NEO(T_IO_Context *);