change address bits to 12 (4096*4)

This commit is contained in:
Raphaël Jacquot 2019-03-03 10:27:31 +01:00
parent ae17cd1361
commit 391e5b6e93

View file

@ -23,7 +23,7 @@
`ifdef SIM
`define ROMBITS 20
`else
`define ROMBITS 13
`define ROMBITS 12
`endif
`include "saturn_def_buscmd.v"