Fixing screen update bug

This commit is contained in:
Sergio Martin 2024-01-21 15:57:35 +01:00
parent fab1b2b0bf
commit dae6c91a5a
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ class Core : private Cpu
pos += headerSize; pos += headerSize;
memcpy((void *)ppu.impl->chr_ram, &buffer[pos], blockSize); memcpy((void *)ppu.impl->chr_ram, &buffer[pos], blockSize);
pos += blockSize; pos += blockSize;
ppu.all_tiles_modified();
} }
if (sram_present) if (sram_present)