independent Test_PRG()/Load_PRG()

It will be easier to disable and also better if there Save_PRG()
This commit is contained in:
Thomas Bernard
2019-11-27 23:18:11 +01:00
parent 3d36057a33
commit 6f32ff71d0
6 changed files with 131 additions and 63 deletions

View File

@@ -48,7 +48,7 @@ struct c64state {
};
word C64_isBinaryProgram(FILE * f);
int C64_LoadPrg(struct c64state * c64, const byte * prg, long prg_size, word start);
int C64_LoadPrg(struct c64state * c64, FILE * file, word start);
#endif