From f3437d7cc051bd7468864a701ae9f6e26a0cadd7 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Tue, 3 Jul 2018 23:47:50 +0300 Subject: [PATCH] Added todo --- Core/z80_cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/z80_cpu.c b/Core/z80_cpu.c index 26cadd6..cc8f0de 100644 --- a/Core/z80_cpu.c +++ b/Core/z80_cpu.c @@ -117,6 +117,7 @@ static void cycle_write(GB_gameboy_t *gb, uint16_t addr, uint8_t value) return; case GB_CONFLICT_STAT_CGB: { + /* Todo: Verify this with SCX adjustments */ /* The LYC bit behaves differently */ uint8_t old_value = GB_read_memory(gb, addr); GB_advance_cycles(gb, gb->pending_cycles);