SCR (Amstrad CPC) file format

- Implements Test_SCR() / Load_SCR() for standard formats pictures
- Save .PAL file in Save_SCR()
This commit is contained in:
Thomas Bernard
2018-11-22 10:16:26 +01:00
parent bf461a8a52
commit 67a1220085
6 changed files with 367 additions and 52 deletions

View File

@@ -112,6 +112,8 @@ void Load_C64(T_IO_Context *);
void Save_C64(T_IO_Context *);
// -- SCR (Amstrad CPC)
void Test_SCR(T_IO_Context *, FILE *);
void Load_SCR(T_IO_Context *);
void Save_SCR(T_IO_Context *);
// -- CM5 (Amstrad CPC)