support Atari ST CA1 format (Crack Art)

This commit is contained in:
Thomas Bernard
2020-01-18 02:32:02 +01:00
parent 893f4531c9
commit 1f601d06ae
6 changed files with 428 additions and 2 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 *);
// -- CA1 -------------------------------------------------------------------
void Test_CA1(T_IO_Context *, FILE *);
void Load_CA1(T_IO_Context *);
void Save_CA1(T_IO_Context *);
// -- Tiny Stuff ------------------------------------------------------------
void Test_TNY(T_IO_Context *, FILE *);
void Load_TNY(T_IO_Context *);