fixup 128K IDE space change

This commit is contained in:
Matt Harlum 2023-04-22 16:58:29 +00:00
parent fe67fce650
commit f8a18d8c53
2 changed files with 1312 additions and 1258 deletions

File diff suppressed because it is too large Load Diff

View File

@ -116,7 +116,7 @@ begin
endcase
end
8'h01: DOUT <= {2'b00,ac_state}; // Size: 8MB, 64K, 128K
8'h02: DOUT <= ~(prodid[ac_state][7:4]); // Product number
8'h02: DOUT <= ~(ac_state == ac_ide ? 4'b0000 : prod_id[7:4]); // Product number
8'h03: DOUT <= ~(ac_state == ac_ide ? 4'b0110 : {prod_id[3:2], ac_state}); // Product number
8'h04: DOUT <= ~{ac_state == ac_ram ? 1 : 1'b0, 3'b000}; // Bit 1: Add to Z2 RAM space if set
8'h05: DOUT <= ~4'b0000;