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

fix ulaplus ghost image on border

This commit is contained in:
UzixLS
2022-02-01 22:08:09 +03:00
parent 72a13f6dfc
commit 03454b00fe
3 changed files with 5 additions and 3 deletions

View File

@ -77,7 +77,7 @@ always @(posedge clk28 or negedge rst_n) begin
bus.a_reg <= bus.a;
bus.d_reg <= bus.d;
bus_ioreq <= n_iorq == 1'b0 && n_m1 == 1'b1;
bus_memreq <= n_mreq == 1'b0;
bus_memreq <= n_mreq == 1'b0 && n_rfsh == 1'b1;
end
else begin
if (n_iorq)