added std_read command for em4x50

This commit is contained in:
tharexde 2020-10-27 18:18:02 +01:00
commit ce5181bdc9
7 changed files with 110 additions and 6 deletions

View file

@ -30,5 +30,6 @@ void em4x50_reset(void);
void em4x50_watch(void);
void em4x50_restore(em4x50_data_t *etd);
void em4x50_sim(em4x50_data_t *etd);
void em4x50_std_read(void);
#endif /* EM4X50_H */