Added todo

This commit is contained in:
Lior Halphon 2018-07-03 23:47:50 +03:00
parent b7b35c9b59
commit f3437d7cc0
1 changed files with 1 additions and 0 deletions

View File

@ -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);