clementine
clementine copied to clipboard
Gameboy Advance emulator.
Hi guys! Just some stream of thoughts about how to proceed: We need to define all the components used by the emulator. The cool fact of Gameboy is that it...
Clementine could be run within a Docker container. It should be created a proper Dockerfile, documentation and some github action to build and push the container into a public registry...
To complete API bitwise, I think we need to implement two more funcion: - `clear_bits_msb_to_idx(&self, bit_idx: u8)` // msb: most significant bit - `clear_bits_idx_to_0(&self, bit_idx: u8)`
Enums used for convenience have shortened names, so sometimes their meaning is not immediate; it might be useful to clarify their meaning. Documentation of the various instructions can be found...