mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2025-08-07 23:25:00 +00:00
/ROMWE gated with BACTr
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user