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:
@@ -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 ),
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user