Added todo
This commit is contained in:
parent
b7b35c9b59
commit
f3437d7cc0
@ -117,6 +117,7 @@ static void cycle_write(GB_gameboy_t *gb, uint16_t addr, uint8_t value)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
case GB_CONFLICT_STAT_CGB: {
|
case GB_CONFLICT_STAT_CGB: {
|
||||||
|
/* Todo: Verify this with SCX adjustments */
|
||||||
/* The LYC bit behaves differently */
|
/* The LYC bit behaves differently */
|
||||||
uint8_t old_value = GB_read_memory(gb, addr);
|
uint8_t old_value = GB_read_memory(gb, addr);
|
||||||
GB_advance_cycles(gb, gb->pending_cycles);
|
GB_advance_cycles(gb, gb->pending_cycles);
|
||||||
|
Loading…
Reference in New Issue
Block a user