1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-04-02 19:57:48 +00:00

IremM62: fix ROM downloading in low-res games

This commit is contained in:
Gyorgy Szombathelyi
2021-08-05 17:41:11 +02:00
parent e907e639d7
commit 59446e123a
2 changed files with 2 additions and 1 deletions

View File

@@ -167,6 +167,7 @@ data_io #(.ROM_DIRECT_UPLOAD(1'b1)) data_io(
.SPI_SS4 ( SPI_SS4 ),
.SPI_DI ( SPI_DI ),
.SPI_DO ( SPI_DO ),
.clkref_n ( ~clkref ),
.ioctl_download( ioctl_downl ),
.ioctl_index ( ioctl_index ),
.ioctl_wr ( ioctl_wr ),

View File

@@ -166,7 +166,7 @@ assign SDRAM_nWE = sd_cmd[0];
reg [24:1] addr_latch[2];
reg [24:1] addr_latch_next[2];
reg [17:1] addr_last[2];
reg [17:1] addr_last[2:1];
reg [19:2] addr_last2[4];
reg [15:0] din_latch[2];
reg [1:0] oe_latch;