Minor bugfix

This commit is contained in:
Lior Halphon 2020-02-23 23:48:08 +02:00
parent c0ba898ef2
commit c22611c701

View File

@ -839,8 +839,8 @@ void GB_display_run(GB_gameboy_t *gb, uint8_t cycles)
gb->vram_read_blocked = true;
gb->vram_write_blocked = true;
gb->wx_triggered = false;
goto mode_3_start;
while (true) {
/* Lines 0 - 143 */