fixing zoe brilliant idea

This commit is contained in:
Clément Le Bihan
2021-07-06 22:12:34 +02:00
parent 0d0dbc9b02
commit 33e444248a
+1 -1
View File
@@ -64,7 +64,7 @@ TEST_CASE("vmadd_full_data_check_ram PPU_write_2", "[PPU_write_2]")
snes.bus.write(0x2119, 0xFF);
REQUIRE(snes.ppu._registers._vmadd.vmadd == 3);
REQUIRE(snes.ppu.vram.read(4) == 0xFF);
REQUIRE(snes.ppu.vram.read(5) == 0xF);
REQUIRE(snes.ppu.vram.read(5) == 0xFF);
}
TEST_CASE("vmadd_full_high_byte_null PPU_write_2", "[PPU_write_2]")