Skip to content

Commit

Permalink
Todo confirmed
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Dec 14, 2023
1 parent 404e153 commit 8b2f683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,6 @@ static void write_mbc(GB_gameboy_t *gb, uint16_t addr, uint8_t value)
static void write_vram(GB_gameboy_t *gb, uint16_t addr, uint8_t value)
{
GB_display_sync(gb);
gb->cpu_vram_bus = value; // TODO: Verify if the open bus data is updated even when writes are blocked, or at all
if (unlikely(gb->vram_write_blocked)) {
//GB_log(gb, "Wrote %02x to %04x (VRAM) during mode 3\n", value, addr);
return;
Expand Down

0 comments on commit 8b2f683

Please sign in to comment.