git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 8b2f683c20edd7245a31584f014b084040c1d428
parent 404e1537448262b611421f24649d2a9e6bfacb44
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Thu, 14 Dec 2023 22:08:55 +0200

Todo confirmed

Diffstat:
MCore/memory.c1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Core/memory.c b/Core/memory.c @@ -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;

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.