increase ROMBITS to fully utilize one memory block

This commit is contained in:
Raphaël Jacquot 2019-03-03 08:09:33 +01:00
parent 8fb7ad0eac
commit 6c371cf203

View file

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