Add support for loading the C64 pixcen .GPX format

Pixcen is a C64 picture editor under MS Windows :
http://hammarberg.github.io/pixcen/
This commit is contained in:
Thomas Bernard
2019-04-27 01:57:47 +02:00
parent 653593ba66
commit 682e1a77ad
4 changed files with 187 additions and 0 deletions

View File

@@ -111,6 +111,10 @@ void Test_C64(T_IO_Context *, FILE *);
void Load_C64(T_IO_Context *);
void Save_C64(T_IO_Context *);
// -- GPX (pixcen C64)
void Test_GPX(T_IO_Context *, FILE *);
void Load_GPX(T_IO_Context *);
// -- SCR (Amstrad CPC)
void Test_SCR(T_IO_Context *, FILE *);
void Load_SCR(T_IO_Context *);