mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-29 17:20:07 +02:00
Fixed HDMA timing )But still not verified)
This commit is contained in:
@@ -823,8 +823,8 @@ void GB_display_run(GB_gameboy_t *gb, uint8_t cycles)
|
|||||||
|
|
||||||
/* Todo: Measure this value */
|
/* Todo: Measure this value */
|
||||||
|
|
||||||
gb->cycles_for_line += 16;
|
gb->cycles_for_line += 12;
|
||||||
GB_SLEEP(gb, display, 25, 16);
|
GB_SLEEP(gb, display, 25, 12);
|
||||||
|
|
||||||
if (gb->hdma_on_hblank) {
|
if (gb->hdma_on_hblank) {
|
||||||
gb->hdma_starting = true;
|
gb->hdma_starting = true;
|
||||||
|
Reference in New Issue
Block a user