Undo 14 MB attempt

This commit is contained in:
Zane Kaminski 2023-04-14 03:06:52 -04:00
parent b406b1da16
commit d0ece610cc
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ module GR8RAM(C25M, PHI0, nRES, nRESout, SetFW,
always @(posedge PHI0) CXXXr <= RA[15:12]==4'hC;
/* Apple select signals */
wire RAMExists = (!SetEN24bit || !Addr[23] || Addr[22] || Addr[21]);
wire RAMExists = (!SetEN24bit || !Addr[23]);
wire BankSEL = REGEN && !nDEVSEL && RA[3:0]==4'hF;
wire SPITX1SEL = REGEN && !nDEVSEL && RA[3:0]==4'hD;
wire SPITX0SEL = REGEN && !nDEVSEL && RA[3:0]==4'hC;