fix bg mode 4 in accurate ppu

This commit is contained in:
Morilli 2025-06-30 19:57:24 +02:00
parent 710d92cbdd
commit 14869252ad
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ auto PPU::Background::fetchNameTable() -> void {
if(!(hlookup & 0x8000)) {
hoffset = hpixel + (hlookup & ~7) + (hscroll & 7);
} else {
voffset = vpixel + (vlookup);
voffset = vpixel + (hlookup);
}
}
} else {