1
0
mirror of https://github.com/UzixLS/zx-sizif-xxs.git synced 2025-07-19 07:11:28 +03:00

fix unintended snow in 4.4MHz mode

This commit is contained in:
UzixLS
2022-02-02 20:34:30 +03:00
parent 56bd06bd9b
commit 35d1864d14

View File

@ -131,7 +131,7 @@ screen screen0(
.vsync(vsync),
.hsync(hsync),
.fetch_allow((!bus.iorq && !bus.mreq && !bus.m1) || bus.rfsh || clkwait),
.fetch_allow((!bus.iorq && !bus.mreq) || bus.rfsh || clkwait),
.fetch(screen_fetch),
.addr(screen_addr),
.fetch_next(screen_fetch_next),