Minor bugfix
This commit is contained in:
parent
c0ba898ef2
commit
c22611c701
@ -839,8 +839,8 @@ void GB_display_run(GB_gameboy_t *gb, uint8_t cycles)
|
|||||||
|
|
||||||
gb->vram_read_blocked = true;
|
gb->vram_read_blocked = true;
|
||||||
gb->vram_write_blocked = true;
|
gb->vram_write_blocked = true;
|
||||||
|
gb->wx_triggered = false;
|
||||||
goto mode_3_start;
|
goto mode_3_start;
|
||||||
|
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
/* Lines 0 - 143 */
|
/* Lines 0 - 143 */
|
||||||
|
Loading…
Reference in New Issue
Block a user