SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit d93c1e501cdc4f0a4f083e02b8043c5a7e13dbc9 parent 8cb4085218d0b96436796dff2a2c2adb87bc5acb Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 8 Jul 2023 00:55:59 +0300 Remove outdated comments, PPU timings and and the STAT interrupt are no longer based on these sources Diffstat:
| M | Core/display.c | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/Core/display.c b/Core/display.c @@ -421,15 +421,6 @@ void GB_set_light_temperature(GB_gameboy_t *gb, double temperature) } } -/* - STAT interrupt is implemented based on this finding: - http://board.byuu.org/phpbb3/viewtopic.php?p=25527#p25531 - - General timing is based on GiiBiiAdvance's documents: - https://github.com/AntonioND/giibiiadvance - - */ - void GB_STAT_update(GB_gameboy_t *gb) { if (!(gb->io_registers[GB_IO_LCDC] & GB_LCDC_ENABLE)) return;
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.