mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-26 10:35:05 +02:00
Minor bugfix
This commit is contained in:
@@ -839,9 +839,9 @@ 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 */
|
||||
gb->window_y = -1;
|
||||
|
Reference in New Issue
Block a user