Skip to content
Snippets Groups Projects
Verified Commit af07e4e1 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

docs: add small docs

parent 1dcaecde
No related branches found
No related tags found
1 merge request!31System state save
Pipeline #3296 failed
......@@ -1190,6 +1190,9 @@ impl Ppu {
1u8
};
// goes over all the VRAM banks, and over all the VRAM addresses
// in those banks to update the internal tiles and background map
// attributes structures accordingly
for vram_bank in 0..vram_banks {
self.vram_bank = vram_bank;
self.vram_offset = self.vram_bank as u16 * 0x2000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment