mirror of
https://github.com/sxpert/hp-saturn
synced 2024-12-27 09:58:16 +01:00
change address bits to 12 (4096*4)
This commit is contained in:
parent
ae17cd1361
commit
391e5b6e93
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
`ifdef SIM
|
||||
`define ROMBITS 20
|
||||
`else
|
||||
`define ROMBITS 13
|
||||
`define ROMBITS 12
|
||||
`endif
|
||||
|
||||
`include "saturn_def_buscmd.v"
|
||||
|
|
Loading…
Reference in a new issue