SummerCart64/fw/rtl/constants.vh

8 lines
174 B
Plaintext
Raw Permalink Normal View History

`define VERSION "a"
`define BANK_INVALID 4'd0
`define BANK_SDRAM 4'd1
`define BANK_CART 4'd2
`define BANK_EEPROM 4'd3
2021-02-27 15:56:46 +01:00
`define BANK_SD 4'd4