mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-21 17:31:47 +00:00
Remove BACTr from ROM /WE equation
This commit is contained in:
parent
b21da9baee
commit
14ef33904f
@ -52,7 +52,7 @@ module RAM(
|
|||||||
|
|
||||||
/* ROM /OE and /WE control */
|
/* ROM /OE and /WE control */
|
||||||
assign nROMOE = !(!nAS && ROMCS && nWE);
|
assign nROMOE = !(!nAS && ROMCS && nWE);
|
||||||
assign nROMWE = !(!nAS && ROMCS4X && !nWE && BACTr);
|
assign nROMWE = !(!nAS && ROMCS4X && !nWE);
|
||||||
|
|
||||||
/* 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