mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-23 06:19:16 +01:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
|
`define VERSION "a"
|
||
|
|
||
|
`define BANK_INVALID 4'd0
|
||
|
`define BANK_SDRAM 4'd1
|
||
|
`define BANK_CART 4'd2
|
||
|
`define BANK_EEPROM 4'd3
|
||
|
`define BANK_FLASHRAM 4'd4
|
||
|
`define BANK_SD 4'd5
|