first version of 4x50_eload and 4x50_esave

This commit is contained in:
tharexde
2020-10-30 00:41:45 +01:00
parent 18326934d6
commit bb04832b9d
4 changed files with 178 additions and 5 deletions

View File

@@ -31,5 +31,7 @@ int CmdEM4x50Watch(const char *Cmd);
int CmdEM4x50Restore(const char *Cmd);
int CmdEM4x50Sim(const char *Cmd);
int CmdEM4x50StdRead(const char *Cmd);
int CmdEM4x50ELoad(const char *Cmd);
int CmdEM4x50ESave(const char *Cmd);
#endif