SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 502f64e6d793b40c295d6c4aa60747668243d7ca parent e48eb3515d1056aa779e95946345dd9c6c6ef3a6 Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 4 Mar 2023 20:34:41 +0200 Remove some old TODOs Diffstat:
| M | Core/display.c | 1 | - |
| M | Core/joypad.c | 1 | - |
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Core/display.c b/Core/display.c @@ -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); diff --git a/Core/joypad.c b/Core/joypad.c @@ -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;
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.