mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-28 04:50:10 +02:00
Added todo
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user