mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-22 08:32:09 +00:00
/ROMWE gated with BACTr
This commit is contained in:
parent
d7b8063e1a
commit
a7632a3057
@ -43,7 +43,7 @@ module RAM(
|
|||||||
|
|
||||||
/* ROM control signals */
|
/* ROM control signals */
|
||||||
assign nROMOE = !(!nAS && ROMCS && nWE);
|
assign nROMOE = !(!nAS && ROMCS && nWE);
|
||||||
assign nROMWE = !(!nAS && ROMCS4X && !nWE);
|
assign nROMWE = !(!nAS && ROMCS4X && !nWE && BACTr);
|
||||||
|
|
||||||
/* RAM address mux (and ROM address on RA8) */
|
/* RAM address mux (and ROM address on RA8) */
|
||||||
// RA11 doesn't do anything so both should be identical.
|
// RA11 doesn't do anything so both should be identical.
|
||||||
|
Loading…
Reference in New Issue
Block a user