FPGA: Map mode 21 SRAM to 20:xxxx as well

This commit is contained in:
Maximilian Rehkopf 2012-05-02 10:46:01 +02:00
parent 37a309fd0e
commit e63658e2ad

View File

@ -79,7 +79,7 @@ assign IS_SAVERAM = SAVERAM_MASK[0]
|| MAPPER == 3'b110
|| MAPPER == 3'b111)
? (!SNES_ADDR[22]
& &SNES_ADDR[21:20]
& SNES_ADDR[21]
& &SNES_ADDR[14:13]
& !SNES_ADDR[15]
)