/ROMWE gated with BACTr

This commit is contained in:
Zane Kaminski 2024-10-07 07:53:23 -04:00
parent d7b8063e1a
commit a7632a3057

View File

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