From f412b20fc1b58c7e42659ad49a08bdd664cb6d2a Mon Sep 17 00:00:00 2001 From: tharexde Date: Sat, 31 Oct 2020 01:50:03 +0100 Subject: [PATCH] sing emulator memory for sim and restore --- armsrc/em4x50.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/em4x50.h b/armsrc/em4x50.h index 75f663db2..35c519a9e 100644 --- a/armsrc/em4x50.h +++ b/armsrc/em4x50.h @@ -29,7 +29,7 @@ void em4x50_login(uint32_t *password); void em4x50_reset(void); void em4x50_watch(void); void em4x50_restore(em4x50_data_t *etd); -void em4x50_sim(em4x50_data_t *etd); +void em4x50_sim(void); void em4x50_std_read(void); #endif /* EM4X50_H */