mirror of https://github.com/LIJI32/SameBoy.git
Remove some old TODOs
This commit is contained in:
parent
e48eb3515d
commit
502f64e6d7
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue