Memory view into PyBoy [Example]
How do I get a memory view from PyBoy? When I take a slice like this
pyboy.memory[0xFF00:0xFFFF], it doesn't change when the special registers update.