Remove BACTr from ROM /WE equation

This commit is contained in:
Zane Kaminski 2024-10-08 21:13:29 -04:00
parent b21da9baee
commit 14ef33904f

View File

@ -52,7 +52,7 @@ module RAM(
/* ROM /OE and /WE control */
assign nROMOE = !(!nAS && ROMCS && nWE);
assign nROMWE = !(!nAS && ROMCS4X && !nWE && BACTr);
assign nROMWE = !(!nAS && ROMCS4X && !nWE);
/* RAM address mux (and ROM address on RA8) */
// RA11 doesn't do anything so both should be identical.