Multi-Agent-ALE
Multi-Agent-ALE copied to clipboard
Fix setRAM C type for compatibility with libffi 3.4.2+
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