Multi-Agent-ALE icon indicating copy to clipboard operation
Multi-Agent-ALE copied to clipboard

Fix setRAM C type for compatibility with libffi 3.4.2+

Open mgerstgrasser opened this issue 3 years ago • 0 comments

This changes the argument type of setRAM to a c_int from a c_ubyte, as libffi 3.4.2 does not accept small C integer types in ffi_prep_cif_var().

Closes issue #14

mgerstgrasser avatar Nov 03 '22 02:11 mgerstgrasser