Loading of Apple II GS files

This commit is contained in:
Thomas Bernard
2021-05-03 06:59:26 +00:00
committed by Adrien Destugues
parent fa90c61d02
commit 39ee4d1eae
7 changed files with 315 additions and 0 deletions

View File

@@ -207,5 +207,10 @@ void Test_MSX(T_IO_Context *, FILE *);
void Load_MSX(T_IO_Context *);
void Save_MSX(T_IO_Context *);
// -- Apple II GS -----------------------------------------------------------
void Test_2GS(T_IO_Context *, FILE *);
void Load_2GS(T_IO_Context *);
void Save_2GS(T_IO_Context *);
/// @}
#endif