pub fn translate_ram_size(input: u8) -> Option<(u8, u16)>
Expand description

Takes in the RAM size byte and outputs the number of RAM banks and the size of each RAM bank in bytes Standard values for RAM bank size are 2kB and 8kB