--- uae/src/memory.c 2018/04/24 17:07:25 1.1.1.12 +++ uae/src/memory.c 2018/04/24 17:10:54 1.1.1.13 @@ -909,7 +909,7 @@ int good_address_fd; uae_u8 *mapped_malloc (size_t s, char *file) { - return malloc (s); + return calloc (s, 1); } void mapped_free (uae_u8 *p)