Remove some old TODOs

This commit is contained in:
Lior Halphon 2023-03-04 20:34:41 +02:00
parent e48eb3515d
commit 502f64e6d7
2 changed files with 0 additions and 2 deletions

View File

@ -2040,7 +2040,6 @@ skip_slow_mode_3:
GB_SLEEP(gb, display, 13, LINE_LENGTH - 5);
}
/* TODO: Verified on SGB2 and CGB-E. Actual interrupt timings not tested. */
/* Lines 153 */
gb->ly_for_comparison = -1;
GB_STAT_update(gb);

View File

@ -43,7 +43,6 @@ void GB_update_joyp(GB_gameboy_t *gb)
uint8_t key_selection = 0;
uint8_t previous_state = 0;
/* Todo: add delay to key selection */
previous_state = gb->io_registers[GB_IO_JOYP] & 0xF;
key_selection = (gb->io_registers[GB_IO_JOYP] >> 4) & 3;
gb->io_registers[GB_IO_JOYP] &= 0xF0;